Type Alias Set

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

An order set

Aliased Typeยง

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