ValueOption<'T>
ValueType
IStructuralEquatable
, IComparable<ValueOption<'T>>
, IComparable
, IStructuralComparable
The type of optional values, represented as structs.
Use the constructors ValueSome
and ValueNone
to create values of this type. Use the values in the ValueOption
module to manipulate values of this type, or pattern match against the values directly.
Full Usage:
this.IsNone
Returns: bool
Return 'true' if the value option is a 'ValueNone' value.
bool
Full Usage:
this.IsSome
Returns: bool
Return 'true' if the value option is a 'ValueSome' value.
bool
Full Usage:
this.IsValueNone
Returns: bool
bool
Full Usage:
this.IsValueSome
Returns: bool
bool
Full Usage:
this.Value
Returns: 'T
Get the value of a 'ValueSome' option. An InvalidOperationException is raised if the option is 'ValueNone'.
'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