Type Definition rna_algos::mccaskill_algo::SparseScoreMat

source ·
pub type SparseScoreMat<T> = HashMap<PosPair<T>, Score>;