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