Function competitive_library::algorithm::run_length::compress[][src]

pub fn compress(s: &str) -> Vec<(char, usize)>