pub type PosPairMatSet<T> = HashMap<(T, T), HashSet<(T, T)>>;
pub struct PosPairMatSet<T> { /* private fields */ }