Currently all keys have to be arrays of chars. However, if the user has to specify a hash function and compare-function upon creating the hash table, we might be able to make the key a void pointer. This will have to be looked at more before it is eventually implemented.
Currently all keys have to be arrays of chars. However, if the user has to specify a hash function and compare-function upon creating the hash table, we might be able to make the key a void pointer. This will have to be looked at more before it is eventually implemented.