pub fn op_spaceship(
interpreter: &mut Interpreter,
left_side_operand: &DataObjectRef,
right_side_operand: &DataObjectRef,
pos: CodePosition,
) -> OptionDataObjectRef
Expand description
Operator definition of the SPACESHIP operator (<=>
)