data_structures
|
#include "hashset.h"
Go to the source code of this file.
Functions | |
t_hashset * | hashset_new (const t_type *type) |
Initializes a new empty set. More... | |
Initializes a new empty set.
type | The type of items that this set can hold |
hash
function). Definition at line 16 of file hashset_new.c.