Function mul

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

Compute the product of two values.