data_structures
|
#include "hashmap.h"
Go to the source code of this file.
Functions | |
t_hashmap * | hashmap_new (const t_type *key_type, const t_type *val_type) |
Initializes a new empty map. More... | |
Initializes a new empty map.
key_type | The type of keys that this map can hold |
val_type | The type of values that this map can hold |
hash
function). Definition at line 16 of file hashmap_new.c.