Struct hashnode
Defined in File hashmap.h
Struct Documentation
-
struct hashnode
Nodes within the hashmap (each bucket is filled with these).
As you woulde xpect for an associative array element, this is a key-value pair
Must be packed and aligned to the same size as ptr_t so that casts from hashnode::data are safe on all targets.