Set::Set<a>
Constructors
- Set()
Usage
An ordered collection of unique values stored as a binary tree. If ordering is not crucial, then HashSet is likely to be faster. Sets may be iterated over using a for loop.
An ordered collection of unique values stored as a binary tree. If ordering is not crucial, then HashSet is likely to be faster. Sets may be iterated over using a for loop.