[][src]Function competitive_programming_rs::string::z_algorithm::z_algorithm::calc_z_array

pub fn calc_z_array<T: PartialEq>(s: &[T]) -> Vec<usize>