Streams
Nessos.Streams Namespace
Type | Description |
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. |
Module | Description |
ParStream |
Provides basic operations on Parallel Streams. |
Stream |
Provides basic operations on Streams. |
Nessos.Streams.Internals Namespace
Type | Description |
MergeArrayType |