pub fn or_all(hints: &[(usize, Option<usize>)]) -> (usize, Option<usize>)
Take the maximum of the lhs and rhs size hints.
lhs
rhs
If hints is empty, returns (0, Some(0)), aka the size of consuming nothing.
hints
(0, Some(0))