Type Definition consalign::SparseProbMat

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