Nemerle Documentation

NArray.FoldI Method 

Folds a function over an array, passing the array index as an additional parameter to the folded function parameters.

public static object FoldI(
   object[] arr,
   object ini,
   Func3 f
);

See Also

NArray Class | Nemerle.Utility Namespace