Function jrsonnet_evaluator::operator::evaluate_binary_op_special[][src]

pub fn evaluate_binary_op_special(
    context: Context,
    a: &LocExpr,
    op: BinaryOpType,
    b: &LocExpr
) -> Result<Val>