length returns the physical size of the backing array, which is >= buckets.length()
clone returns a deep copy of BucketsBacking
countAt returns the count in a specific bucket
decrements a bucket by decrement
emptyBucket empties the count from a bucket, for moving into another.
growTo grows a backing array and copies old entries into their correct new positions.
increments a bucket by increment
reverse the items in the backing array in the range [from, limit).
Generated using TypeDoc
BucketsBacking holds the raw buckets and some utility methods to manage them.