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