Hashtable.empty

Check if the hashtable is empty.

struct Hashtable(K, V)
@nogc nothrow pure @safe const
bool
empty
()

Return Value

Type: bool

true if there are no elements in the hashtable; false otherwise.

Complexity: O(1).

Meta