menu
stl
stl.dart
Int16
operator ^ method
operator ^
dark_mode
light_mode
operator ^
method
Int16
operator ^
(
Int16
other
)
Bitwise XOR operator.
Implementation
Int16 operator ^(Int16 other) => Int16.from(value ^ other.value);
stl
stl
Int16
operator ^ method
Int16 extension type