Less than*
You can determine whether a value is less than another value with the (infix) less than <
operator.If a value is less than another value, that value will be returned. Otherwise, the result will be none
.
To be able to order values of any type is future work.