Extracted from Pike v7.8 release 700 at 2013-06-08.
pike.ida.liu.se
[Top]
ADT
ADT.Heap

Method ADT.Heap()->top()


Method top

__deprecated__ mixed top()

Description

Removes and returns the item on top of the heap, which also is the smallest value in the heap.

Deprecated