insert contents of r into this container. For Unique variant, will refuse any items in content if it already exists in index.
number of items inserted into this container. Complexity: O(i(n)) O(n+n r) for this index (O(n r) on a good day)
See Implementation
insert contents of r into this container. For Unique variant, will refuse any items in content if it already exists in index.