SkewHeap.mergeSteal

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

Other is left empty.

Complexity: O(log n + log m), where m = other.length

struct SkewHeap(T, Alloc)
void
mergeSteal

Meta