Type Definition cnetworks::cn::IndexSet

source · []
pub type IndexSet<T> = IndexSet<T, Builder<FxHasher>>;
Expand description

Variant of indexmap::IndexSet using FxHasher.