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