Skip to main content

RsHashSet

Type Alias RsHashSet 

Source
pub type RsHashSet<V> = FxHashSet<V>;
Available on crate feature fxhash only.
Expand description

The hash set to use throughout the library

Aliased Typeยง

pub struct RsHashSet<V> { /* private fields */ }