class

Collections::Heap(T)

Inherits Reference < Object

Should it be another module? Maybe...

Constructors

Instance methods

add(element : T | Array(T) | Heap(T))
Source
elements
Source
extract_root
Source
extract_root!
Source
size
Source
sort
Source
swap(index1 : Int32, index2 : Int32)
Source