Nemerle Documentation
Heap.Insert Method
Inserts a new element into the heap.
public
void
Insert(
IComparable
x
);
See Also
Heap Class
|
Nemerle.Collections Namespace