Nemerle Documentation

ICollection.Fold Method 

Folds the collection using the specified fold function and an initial value. Order in which the elements are folded is unspecified.

object Fold(
   Func2 f,
   object x
);

See Also

ICollection Interface | Nemerle.Collections Namespace