pub fn and_all(hints: &[(usize, Option<usize>)]) -> (usize, Option<usize>)
Take the sum of all of the given size hints.
If hints is empty, returns (0, Some(0)), aka the size of consuming nothing.
hints
(0, Some(0))