[utils] two set types in collections.h
This commit is contained in:
@@ -27,6 +27,11 @@ KHASH_MAP_INIT_STR(str_int, uint32_t)
|
|||||||
KHASH_MAP_INIT_INT(int_str, char *)
|
KHASH_MAP_INIT_INT(int_str, char *)
|
||||||
KHASH_MAP_INIT_STR(str_str, char *)
|
KHASH_MAP_INIT_STR(str_str, char *)
|
||||||
|
|
||||||
|
// Sets
|
||||||
|
|
||||||
|
KHASH_SET_INIT_INT(int_set)
|
||||||
|
KHASH_SET_INIT_STR(str_set)
|
||||||
|
|
||||||
// Vectors
|
// Vectors
|
||||||
|
|
||||||
VECTOR_INIT_NUMERIC(int32_array, int32_t)
|
VECTOR_INIT_NUMERIC(int32_array, int32_t)
|
||||||
|
|||||||
Reference in New Issue
Block a user