pub type Set<T> = HashSet<T>;
Unordered collections of unique elements.
pub struct Set<T> { /* private fields */ }