Type Definition consalign::SparseSumMat

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