Type Alias Set

Source
pub type Set<V> = FxHashSet<V>;
Expand description

Set implementation used by the library.

Aliased Typeยง

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