Function run_length_encoding

Source
pub fn run_length_encoding<T: PartialEq + Copy>(v: &Vec<T>) -> Vec<(T, usize)>
Expand description

ランレングス圧縮