Type Definition consalign::PosPairMatSet

pub type PosPairMatSet<T> = HashMap<(T, T), HashSet<(T, T), BuildHasherDefault<AHasher>, Global>, BuildHasherDefault<AHasher>, Global>;