ArcPathDashSet

Type Alias ArcPathDashSet 

Source
pub type ArcPathDashSet = DashSet<ArcPath, BuildHasherDefault<IdentityHasher>>;
Expand description

A standard DashSet 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 ArcPathDashSet { /* private fields */ }