Nemerle Documentation

Stack.Fold Method 

See List.FoldLeft.

public object Fold(
   Func2 f,
   object x
);

See Also

Stack Class | Nemerle.Collections Namespace