Insert a range of elements in the container. Note that this does not invalidate any ranges currently iterating the container.
The number of elements inserted.
Complexity: O(m * log(n))
See Implementation
Insert a range of elements in the container. Note that this does not invalidate any ranges currently iterating the container.