Function rayon::iter::extend::len

source ·
fn len<T>(vecs: &Either<Vec<T>, LinkedList<Vec<T>>>) -> usize
Expand description

Computes the total length of a fast_collect result.