FastIndexSet

Type Alias FastIndexSet 

Source
pub type FastIndexSet<K> = IndexSet<K, FastBuildHasher>;
Expand description

A hash set with stable insertion order based on indexset (IndexSet) using FastHasher.

Aliased Typeยง

pub struct FastIndexSet<K> { /* private fields */ }