infix +&
Documentation for infix +&
assembled from the following types:
language documentation Operators
From Operators
(Operators) infix +&
multi sub infix:<+&>(, --> Int)
Numeric bitwise AND operator. Coerces both arguments to Int and does a bitwise AND operation assuming two's complement.