MBrace.Runtime


Array

Namespace: MBrace.Runtime.Utils
Parent Module: Utils

Functions and values

Function or valueDescription
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.

Fork me on GitHub