op_rshift

Function op_rshift 

Source
pub fn op_rshift(
    interpreter: &mut Interpreter,
    left_side_operand: &DataObjectRef,
    right_side_operand: &DataObjectRef,
    pos: CodePosition,
) -> OptionDataObjectRef
Expand description

Operator definition of the RSHIFT operator (>>)