Function lt
pub fn lt(lhs: Value, rhs: Value) -> Result<Value, HintedString>
Expand description
Compute how a value compares with another value.
pub fn lt(lhs: Value, rhs: Value) -> Result<Value, HintedString>
Compute how a value compares with another value.