Type Definition consalign::PosPairMatSet

[]
pub type PosPairMatSet<T> = HashMap<(T, T), HashSet<(T, T), RandomState, Global>, RandomState, Global>;