Function count

Source
fn count<'a, I>(datums: I) -> Datum<'a>
where I: IntoIterator<Item = Datum<'a>>,