pub type Set<V> = FxHashSet<V>;
Set implementation used by the library.
pub struct Set<V> { /* private fields */ }