std.container.binheap

Module entries: BinHeapImpl, binHeap()

class BinHeapImpl

TODO: document

this(heapier)

this(this.heapier)

insert(t)

void insert(T t)

extract()

T extract()

empty()

bool empty()

length()

size_t length()

binHeap(heapier)

BinHeap!(T) binHeap(T, Heapier)(Heapier heapier)

TODO: document