Skip to main content

FastHashMap

Type Alias FastHashMap 

Source
pub type FastHashMap<T, U> = BTreeMap<T, U>;

Aliased Typeยง

pub struct FastHashMap<T, U> { /* private fields */ }