leo_interpreter

Function evaluate_binary

Source
pub fn evaluate_binary(
    span: Span,
    op: BinaryOperation,
    lhs: &Value,
    rhs: &Value,
) -> Result<Value>
Expand description

Evaluate a binary operation.