hashtable_iter_next

Advance an iterator

package pure nothrow @trusted @nogc @live
void*
hashtable_iter_next
(,
scope void* iter
)

Parameters

hashtable_ .hashtable_t*

The hashtable object

iter void*

The iterator

Return Value

Type: void*

a new iterator pointing to the next element in the hashtable or null if the whole hastable has been iterated over.

Meta