SkewHeap.insert

Inserts t into the container. Complexity: O(log n)

struct SkewHeap(T, Alloc)
void
insert
(
T t
)

Meta