Function sdiv
pub fn sdiv<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Expand description
Implements the SDIV instruction.
Performs signed division of two values from stack.