hashtable_del

Remove a value from the hashtable

package nothrow @trusted @nogc
int
hashtable_del
(,
scope const char* key
,
size_t key_len
)

Parameters

hashtable_ .hashtable_t*

The hashtable object

key char*

The key

key_len size_t

The length of key

Return Value

Type: int

0 on success, or -1 if the key was not found.

Meta