hashtable_clear

Clear hashtable

package nothrow @trusted @nogc
void
hashtable_clear

Parameters

hashtable_ .hashtable_t*

The hashtable object

Removes all items from the hashtable.

Meta