HashTable.count

The size of the table. This keeps tracks of how many non-empty entries the table has

struct HashTable
int count;

Meta