pub fn run_length_encode<T>(arr: &[T]) -> Vec<(T, usize)>where
    T: PartialEq + Copy,
Expand description

ランレングス圧縮

  • スライスからエンコードを行う