Skip to main content

bitand

Function bitand 

Source
pub fn bitand<IT: ITy, H: ?Sized>(
    context: InstructionContext<'_, H, IT>,
) -> InstructionExecResult
Expand description

Implements the AND instruction.

Bitwise AND of two values from stack.