Performs a bitwise AND operation on two U64 values. Equivalent to the numeric & operator.
U64
&
First operand.
Second operand.
The result of the bitwise AND operation.
Performs a bitwise AND operation on two
U64
values. Equivalent to the numeric&
operator.