You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: