Function sub
pub fn sub<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Expand description
Implements the SUB instruction - subtracts two values from stack.
pub fn sub<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Implements the SUB instruction - subtracts two values from stack.