Skip to main content

Set

Type Alias Set 

Source
pub type Set<T> = HashSet<T, FxBuildHasher>;

Aliased Typeยง

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