pub type FxIndexSet<K> = IndexSet<K, FxBuildHasher>;
pub struct FxIndexSet<K> { /* private fields */ }