Nemerle Documentation

Heap.Fold Method 

Folds this heap's elements using the specified function and an initial value.

public object Fold(
   Func2 f,
   object x
);

See Also

Heap Class | Nemerle.Collections Namespace