pub type PosPairMatSet<T> = HashMap<PosPair<T>, PosPairMat<T>>;
pub struct PosPairMatSet<T> { /* private fields */ }