
Data Fields | |
| muse_functional_object_t | base |
| int | count |
| The number of kvpairs in the hash table. | |
| int | bucket_count |
| The number of buckets in the hash table. | |
| muse_cell * | buckets |
| The array holding the buckets. | |
The number of kvpairs in the hash table.
The number of buckets in the hash table.
The array holding the buckets.
Each bucket is simply an assoc list.
1.4.7