FSharp.Interop.NullOptAble


NotNullSeq<'T>

Namespace: FSharp.Interop.NullOptAble
Parent Module: TopLevelBuilders

Description

A sequence that does not allow Null.

Constructors

ConstructorDescription
new(source)
Signature: source:seq<'T> -> NotNullSeq<'T>

CompiledName: .ctor

Fork me on GitHub