pub type FastHashSet<T> = FxHashSet<T>;
Type alias for fast HashSet (uses FxHash)
pub struct FastHashSet<T> { /* private fields */ }