pub fn and(lhs: Value, rhs: Value) -> Result<Value, HintedString>
Compute the logical “and” of two values.