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