Skip to main content

Set

Type Alias Set 

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

Unordered collections of unique elements.

Aliased Typeยง

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