Skip to main content

HSet

Type Alias HSet 

Source
pub type HSet<A> = FxHashSet<A>;

Aliased Typeยง

pub struct HSet<A> { /* private fields */ }