HashTable.empty
Checks if the hashtable is empty.
Arguments
None
Return values
condition
is TRUE if there are no entries in the hashtable, FALSE otherwise.
Complexity
Constant
Example
Output:
TRUE
FALSE
Checks if the hashtable is empty.
None
Constant