hashtable_iter_at

Return an iterator at a specific key

package nothrow @trusted @nogc @live
void*
hashtable_iter_at
(,
scope const char* key
,
size_t key_len
)

Parameters

hashtable_ .hashtable_t*

The hashtable object

key char*

The key that the iterator should point to

key_len size_t

The length of key

Like hashtable_iter() but returns an iterator pointing to a specific key.

Meta