Array
Namespace: MBrace.Runtime.Utils
Parent Module: Utils
Functions and values
Function or value | Description |
filteri(f ts)
Signature: f:(int -> 'T -> bool) -> ts:'T [] -> 'T []
Type parameters: 'T |
Filters array by predicate that takes the original element index as argument. |