Function add

pub fn add(lhs: Value, rhs: Value) -> Result<Value, HintedString>
Expand description

Compute the sum of two values.