Nemerle Documentation

Heap.Top Method 

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

public IComparable Top();

See Also

Heap Class | Nemerle.Collections Namespace