pub type ArcPathMap<V> = HashMap<ArcPath, V, BuildHasherDefault<IdentityHasher>>;Expand description
A standard HashMap using ArcPath as the key type with a custom Hasher
that just uses the precomputed hash for speed instead of calculating it.
Aliased Typeยง
pub struct ArcPathMap<V> { /* private fields */ }