Skip to main content

eval_cmp

Function eval_cmp 

Source
pub fn eval_cmp(
    left: &Value,
    right: &Value,
    op: BinaryOp,
) -> Result<Value, ExecutionError>
Expand description

Compare two values with the given comparison operator.