Set

Type Alias Set 

Source
pub type Set<T> = IndexSet<T, FxBuildHasher>;
Expand description

A type alias for a hash set with a fast hash function.

Aliased Typeยง

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