MBrace.Azure


Array

Namespace: MBrace.Azure.Runtime.Utilities
Parent Module: Utils

Functions and values

Function or valueDescription
chunksOf(chunkSize ts)
Signature: chunkSize:int -> ts:'T [] -> 'T [] []
Type parameters: 'T

Splits input array into chunks of at most chunkSize.

last(ts)
Signature: ts:'T [] -> 'T
Type parameters: 'T
Fork me on GitHub