Function add
pub fn add(
lhs: Value,
rhs: Value,
sink: &mut dyn DeprecationSink,
) -> Result<Value, HintedString>
Expand description
Compute the sum of two values.
pub fn add(
lhs: Value,
rhs: Value,
sink: &mut dyn DeprecationSink,
) -> Result<Value, HintedString>
Compute the sum of two values.