Function slt

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

Implements the SLT instruction.

Signed less than comparison of two values from stack.