Type Alias pubgrub::type_aliases::Set

source ·
pub type Set<V> = FxHashSet<V>;
Expand description

Set implementation used by the library.

Aliased Type§

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