Function rayon::iter::extend::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.