hashtable_iter_value

Retrieve the value pointed by an iterator

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

Parameters

iter void*

The iterator

Meta