Type Definition rustc_data_structures::fx::FxIndexSet[][src]

pub type FxIndexSet<V> = IndexSet<V, BuildHasherDefault<FxHasher>>;