rayon::iter::extend

Function string_len

Source
fn string_len<T: AsRef<str>>(vecs: &Either<Vec<T>, LinkedList<Vec<T>>>) -> usize
Expand description

Computes the total string length of a fast_collect result.