Deedle


TypeWrapper

Namespace: FSharp.Data.Runtime.StructuralTypes
Attributes:
[<RequireQualifiedAccess>]

Represents a transformation of a type

Union Cases

Union CaseDescription
None
Signature:

No transformation will be made to the type

Nullable
Signature:

The type T will be converter to type Nullable

Option
Signature:

The type T will be converter to type T option

Fork me on GitHub