PairingHeap.mergeSteal

Steals the elements of other and inserts them (in bulk) into this container.

Other is left empty.

Complexity: O(1)

struct PairingHeap(T, Alloc)
void
mergeSteal

Meta