Properties of an Explicit.
Specifies a set of buckets with arbitrary upper-bounds.
This defines size(bounds) + 1 (= N) buckets. The boundaries for bucket
index i are:
[0, bucket_bounds[i]) for i == 0
[bucket_bounds[i-1], bucket_bounds[i]) for 0 < i < N-1
[bucket_bounds[i-1], +infinity) for i == N-1
Properties of an Explicit. Specifies a set of buckets with arbitrary upper-bounds. This defines size(bounds) + 1 (= N) buckets. The boundaries for bucket index i are:
[0, bucket_bounds[i]) for i == 0 [bucket_bounds[i-1], bucket_bounds[i]) for 0 < i < N-1 [bucket_bounds[i-1], +infinity) for i == N-1