bitor

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.