keen/option

Source
This is a standard module and does not need to be explicitly imported.
option[t] builtin
new[t] t option()
Empty option.
==[t] bool(a t option, b t option) t equal
<=>[t] comparison(a t option, b t option) t compare
An empty option is less than a non-empty option.