A helper function for constructing Option!T values.
Create an OptionRange from an Option type.
A helper function for constructing Some!T values.
This type represents an optional value for T.
This type represents a range over an optional type.
This type represents a value which cannot be null by its contracts.
This module defines an Option!T type and a related Some!T type for dealing nullable data in a safe manner.