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