Header menu logo FSharp.Collections.Builders

Core Module

Contains computation expression builders for common collection types.

See also: Default, Specialized.

Types

Type Description

CollectionBuilder

The base collection builder.

CollectionBuilderBase

Contains methods to build collections using computation expression syntax.

CollectionBuilderCode<'T>

A special compiler-recognized delegate for specifying blocks of code with access to the collection builder state.

DictionaryBuilder

The base dictionary builder.

GenericCollectionBuilder<'Collection>

GenericDictionaryBuilder<'Dictionary>

HashSetBuilder<'T>

ImmutableArrayBuilder<'T>

ImmutableDictionaryBuilder<'Key, 'Value>

ImmutableHashSetBuilder<'T>

ImmutableListBuilder<'T>

ImmutableSortedDictionaryBuilder<'Key, 'Value>

ImmutableSortedSetBuilder<'T>

MapBuilder<'Key, 'Value>

ResizeArrayBuilder<'T>

SetBuilder<'T>

SortedDictionaryBuilder<'Key, 'Value>

SortedSetBuilder<'T>

SumBuilder

Type something to start searching.