Nemerle Documentation

NArray.IterI Method 

Iterates a function over an array, passing both the array index and value as the iterated function parameters.

public static void IterI(
   object[] arr,
   Func2 f
);

See Also

NArray Class | Nemerle.Utility Namespace