PairingHeap.peekMin

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

struct PairingHeap(T, Alloc)
@property
Nullable!T
peekMin
()

Meta