MBrace.Core


Seq

Namespace: MBrace.Core.Internals
Parent Module: Utils

Functions and values

Function or valueDescription
fromEnumerator(enum)
Signature: enum:(unit -> IEnumerator<'T>) -> IEnumerable<'T>
Type parameters: 'T

Creates an anonymous IEnumerable instance from an enumerator factory.

groupBySequential(proj ts)
Signature: proj:('T -> 'K) -> ts:seq<'T> -> ('K * 'T []) []
Type parameters: 'T, 'K

Groups a collection of elements by key, grouping together matching keys as long as they are sequential occurrences.

Fork me on GitHub