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