fn string_len<T: AsRef<str>>(vecs: &Either<Vec<T>, LinkedList<Vec<T>>>) -> usize
Computes the total string length of a fast_collect result.
fast_collect