Nemerle Documentation

Queue.Fold Method 

Fold elements of the queue with supplied function and initial value.

public object Fold(
   Func2 f,
   object x
);

See Also

Queue Class | Nemerle.Collections Namespace