tycho_util

Type Alias FastDashMap

Source
pub type FastDashMap<K, V> = DashMap<K, V, RandomState>;

Aliased Typeยง

struct FastDashMap<K, V> { /* private fields */ }