pub fn div(lhs: Value, rhs: Value) -> Result<Value, HintedString>
Compute the quotient of two values.