Type Alias IndexSet

Source
pub type IndexSet<K> = IndexSet<K, BuildHasherDefault<FxHasher>>;

Aliased Typeยง

struct IndexSet<K> { /* private fields */ }