Collection
Namespace: MBrace.Flow.Internals
Parent Module: Utils
Functions and values
Function or value | Description |
map f collection
Signature: f:('T -> 'S) -> collection:ICollection<'T> -> ICollection<'S>
Type parameters: 'T, 'S |
|
splitByPartitionCount (...)
Signature: partitionCount:int -> collection:ICollection<'T> -> seq<'T []>
Type parameters: 'T |