Nemerle Documentation

NArray Members

NArray overview

Public Static Methods

Exists Returns 'true' if at least one of the 'l' arrays's elements satisfies the condition 'f'.
Exists2 Overloaded.  
Fold Folds a function over an array.
FoldI Folds a function over an array, passing the array index as an additional parameter to the folded function parameters.
FoldLeft2 Overloaded.  
FoldRight2 Overloaded.  
ForAll Returns 'true' if exactly all of the 'l' arrays's elements satisfy the condition 'f'.
ForAll2 Overloaded.  
FromList Converts a list into an array. (it doesn't work too well in current type system)
Iter Iterates a function over an array.
Iter2 Overloaded.  
IterI Iterates a function over an array, passing both the array index and value as the iterated function parameters.
Map  
Map2 Overloaded.  
RevMap2 Overloaded.  

Public Instance Methods

Equals (inherited from Object)  
GetHashCode (inherited from Object)  
GetType (inherited from Object)  
ToString (inherited from Object)  

Protected Instance Methods

Finalize (inherited from Object)  
MemberwiseClone (inherited from Object)  

See Also

NArray Class | Nemerle.Utility Namespace