pub fn eval_binary_values_with_control(
op: BinaryOp,
l: &Value,
r: &Value,
control: &ProductionControl<'_>,
) -> Result<Produced<Value>>Expand description
Evaluate the existing binary operator while owning every value producer and comparison workspace under one allowance.