Insert an element in the container. If allowDuplicates is false, this can fail and return false if the already contains an element with equivalent key.
true if the insertion took place.
See Implementation
Insert an element in the container. If allowDuplicates is false, this can fail and return false if the already contains an element with equivalent key.