PairingHeap.insert

Inserts t into the container. Complexity: O(1)

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

Meta