Type Definition consalign::ProbMats

pub type ProbMats<T> = Vec<HashMap<(T, T), f32, BuildHasherDefault<AHasher>, Global>, Global>;