Count number of occurrences of each value in slice of non-negative ints.
input slice
a minimum number of bins for the output array
size_t slice of number of ocurrence TODO: support @nogc
See Implementation
Count number of occurrences of each value in slice of non-negative ints.