Skip to main content

assert_cmp

Function assert_cmp 

Source
pub fn assert_cmp(
    eval: &mut Evaluator,
    args: Vec<Value>,
    span: Span,
    name: &str,
    op: fn(f64, f64) -> bool,
) -> Result<Value, Error>