Function bitor
pub fn bitor<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Expand description
Implements the OR instruction.
Bitwise OR of two values from stack.
pub fn bitor<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Implements the OR instruction.
Bitwise OR of two values from stack.