pub type IntegerIntervalRefinement<E> = Vec<ContiguousIntegerSet<E>>;

Aliased Type§

struct IntegerIntervalRefinement<E> { /* private fields */ }