data_structures
|
A dynamically resizing linear-probing hashset. More...
#include <hashset.h>
Data Fields | |
void ** | vals |
The data. More... | |
size_t | size |
The number of elements in the hashset. More... | |
size_t | capacity |
The current capacity of the hashset. More... | |
const t_type * | type |
The type of elements in the hashset. More... | |