evaluate

Function evaluate 

Source
pub fn evaluate(
    a: Value,
    b: Value,
    rest: &[Value],
) -> Result<SetdiffEvaluation, String>
Expand description

Evaluate setdiff once and expose all outputs to the caller.