Bucket.index

Bucket index, the index of the bucket in the array of buckets. It is meaningful only if length > 0 so for easier bug detection the initial value is an out-of-range index.

struct Bucket
size_t index;

Meta