pub(crate) type InternMap<T> = DashMap<Arc<T>, (), BuildHasherDefault<FxHasher>>;
Aliased Typeยง
pub(crate) struct InternMap<T> { /* private fields */ }
pub(crate) type InternMap<T> = DashMap<Arc<T>, (), BuildHasherDefault<FxHasher>>;
pub(crate) struct InternMap<T> { /* private fields */ }