Bucket.has_element

Tells whether there is at least one element in this bucket.

struct Bucket(size_t V, K = hash_t)
bool
has_element
()

Return Value

Type: bool

false if the bucket is empty or true otherwise.

Meta