hash_map_insert(): Added parameter 'update' to specify if the value of an existing...
commit669bf3a28bc45e2212f361996766691b0e1491f0
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 4 Dec 2022 20:47:44 +0000 (4 21:47 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 4 Dec 2022 20:47:44 +0000 (4 21:47 +0100)
tree63f1e51e46f4a888198638290ec9fef1e96ae3bd
parentf229c7ccfb852a3df5bb28437e693170bc91bedc
hash_map_insert(): Added parameter 'update' to specify if the value of an existing key should be updated +
hash_map_remove(): Added parameter 'value' to return the value that was associated with the deleted key (optional).
README.md
example/hash-map/src/main.c
libhashset/include/hash_map.h
libhashset/src/generic_hash_map.h
libhashset/src/generic_hash_set.h
test/hash-map/src/tests.c