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
See Implementation
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