Function count

Source
fn count<'a, I>(iter: I) -> usize
where I: Iterator<Item = &'a u32>,