Heap.clone

Return a shallow copy of this heap.

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

Meta