In Operators§
See primary documentation in context for infix +&
multi infix:<+&>(, --> Int)
Numeric bitwise AND operator. Coerces both arguments to Int
and does a bitwise AND operation assuming two's complement.
See primary documentation in context for infix +&
multi infix:<+&>(, --> Int)
Numeric bitwise AND operator. Coerces both arguments to Int
and does a bitwise AND operation assuming two's complement.