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