ColPairs

Type Alias ColPairs 

Source
pub type ColPairs<T> = HashSet<PosPair<T>>;

Aliased Typeยง

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