VG3_hash_new()
Return a new created empty hashmap.SYNTAX
struct vg3_hash *
VG3_hash_new(void)
RETURN VALUE
Returns a new created empty hashmap.
DESCRIPTION
Create an empty hashmap.
A hashmap can be used to store key-value-pairs,
similar to arrays but with strings as key and value.
SEE ALSO
VG3_hash_free()
VG3_hash_clone()
VG3_hash_set()
VG3_hash_setint()
VG3_hash_del()
VG3_hash_clear()
VG3_hash_isset()
VG3_hash_isnum()
VG3_hash_get()
VG3_hash_getint()
VG3_hash_list()