Skip to main content

bitand

Function bitand 

pub fn bitand<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: ?Sized,
Expand description

Implements the AND instruction.

Bitwise AND of two values from stack.