Insert an element in the container.
true if the insertion took place. If duplicates are supported, return true.
WARNING: inserting duplicate keys when duplicates are not supported is Undefined Behaviour. Use contains() to avoid that case.
See Implementation
Insert an element in the container.