pub fn msp_sequence<P, V>( k: usize, seq: &[u8], permutation: Option<&[usize]>, rc: bool, ) -> Vec<(u32, Exts, V)>where P: Kmer, V: Vmer,