Type Alias Set

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

An order set

Aliased Typeยง

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