Bucket.length

Bucket length, the number of elements in the bucket. 0 means that the bucket is empty.

struct Bucket
size_t length;

Meta