I have a question is contains() a O(1)? and why?
(No version information available, might only be in Git)
A Set is a sequence of unique values. This implementation uses the same hash table as Ds\Map, where values are used as keys and the mapped value is ignored.
Ds\Set::MIN_CAPACITY
I have a question is contains() a O(1)? and why?