Set::HashSet<a>
Constructors
- HashSet()
Usage
A collection of unique values stored as a hash table, which is usually faster than a Set but loses ordering.
A collection of unique values stored as a hash table, which is usually faster than a Set but loses ordering.