let count_exn hist k = if k >= Array.length hist.counts then invalid_argf "invalid bin number %d" k () else hist.counts.(k)