logo
pub fn sdpkpp_union_lcskpp_path(
    matches: &[(u32, u32)],
    k: usize,
    match_score: u32,
    gap_open: i32,
    gap_extend: i32
) -> Vec<usize>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator