Skip to main content

Set

Type Alias Set 

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

Unordered collections of unique elements with FxHash.

Aliased Typeยง

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