Function bitor

Source
pub fn bitor<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the OR instruction.

Bitwise OR of two values from stack.