Streams


Streams

Nessos.Streams Namespace

TypeDescription
ParCollector<'T, 'R>

Collects elements into a mutable result container.

ParIterator<'T>

Represents the iteration function

ParStream<'T>

Represents a parallel Stream of values.

Stream<'T>

Represents a Stream of values.

ModuleDescription
ParStream

Provides basic operations on Parallel Streams.

Stream

Provides basic operations on Streams.

Nessos.Streams.Internals Namespace

TypeDescription
MergeArrayType
Fork me on GitHub