logo
pub fn find_kmer_matches_seq1_hashed(
    seq1_set: &HashMapFx<&[u8], Vec<u32>>,
    seq2: &[u8],
    k: usize
) -> Vec<(u32, u32)>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator