Type Alias SetOf

Source
pub type SetOf<T> = BTreeSet<T>;
Expand description

The SET OF type.

Aliased Typeยง

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