pub type Partition<T> = OrderedIntegerSet<T>;

Aliased Type§

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