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