http_type/dash_map/
type.rs

1use crate::*;
2
3pub type DefaultDashMap<K, V> = DashMap<K, V, ahash::RandomState>;