hashtable_get

Get a value associated with a key

package nothrow @trusted @nogc @live
void*
hashtable_get
(,
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: void*

value if it is found, or null otherwise.

Meta