MinHeap

A minheap implementation. This will have the smallest item as the top of the heap. * * Note: always pass by reference when modifying a heap. *

Members

Aliases

MinHeap
alias MinHeap = Heap!(T, minHeapCompare)
Undocumented in source.

Meta