SkewHeap.deleteMin

Removes the element with the minimum value. Complexity: O(log n)

struct SkewHeap(T, Alloc)
Nullable!T
deleteMin
()

Meta