Hashtable.clear

Removes all the elements in the current hashtable.

Complexity: O(length).

struct Hashtable(K, V)
void
clear
()

Meta