MaxHeap

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

Members

Aliases

MaxHeap
alias MaxHeap = Heap!(T, maxHeapCompare)
Undocumented in source.

Meta