OptionalValue Type
Non-generic type that makes it easier to create OptionalValue<T> values
from C# by benefiting the type inference for generic method invocations.
Static members
| Static member |
Description
|
|
|
|
Creates an `OptionalValue<'T>` that does not contain a value
|
|
Creates an
|
Deedle