//! Elementary statistics
// ---------------------------------------------------------------------------
// COUNTING
// ---------------------------------------------------------------------------
/// Given an object that implements `Iterator< Item=usize >`, count the number
/// of occurences of each integer.