Option<'T>
obj
IStructuralEquatable
, IComparable<Option<'T>>
, IComparable
, IStructuralComparable
The type of optional values. When used from other CLI languages the empty option is the null
value.
Full Usage:
this.IsNone
Returns: bool
Return 'true' if the option is a 'None' value.
bool
Full Usage:
this.IsSome
Returns: bool
Return 'true' if the option is a 'Some' value.
bool
Full Usage:
this.Value
Returns: 'T
Get the value of a 'Some' option. A NullReferenceException is raised if the option is 'None'.
'T
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4