Skip to main content

Set

Type Alias Set 

Source
pub type Set<K> = HashSet<K>;

Aliased Typeยง

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