|
Concord - C Discord API library
A Discord API wrapper library written in C
|
Open addressing hash table. More...
#include <oa_hash.h>
Data Fields | |
| size_t | length |
| size_t | capacity |
| struct oa_hash_entry * | buckets |
Open addressing hash table.
| size_t oa_hash::length |
amount of entries
| size_t oa_hash::capacity |
total buckets capacity
| struct oa_hash_entry* oa_hash::buckets |
< entries array