SkewHeap.peekMin

Returns the minimum element of the container. Complexity: O(1)

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

Meta