Nemerle Documentation

Heap.ExtractFirst Method 

Returns the first (with maximal priority) element from the heap, removing it. Throws EmptyHeap exception.

public IComparable ExtractFirst();

See Also

Heap Class | Nemerle.Collections Namespace