Heap.peek

Gets the value at the top of the heap without removing it.

struct Heap(T, alias Compare = minHeapCompare!(T), alias Move = defaultHeapSwap!(T))
T
peek
()

Meta