This package provides an optional value Option<T>, which is either Some or None. Some contains a value, and None does not.
Option<T>
Some
None
There is a number of use cases about Option:
Option
Generated using TypeDoc
This package provides an optional value
Option<T>, which is eitherSomeorNone.Somecontains a value, andNonedoes not.There is a number of use cases about
Option: