41#define as_hashmap as_orderedmap
75#define as_hashmap_destroy as_orderedmap_destroy
81#define as_hashmap_size as_orderedmap_size
93#define as_hashmap_get as_orderedmap_get
94#define as_hashmap_set as_orderedmap_set
95#define as_hashmap_clear as_orderedmap_clear
96#define as_hashmap_remove as_orderedmap_remove
97#define as_hashmap_set_flags as_orderedmap_set_flags
103#define as_hashmap_foreach as_orderedmap_foreach
static uint32_t as_hashmap_hashcode(const as_hashmap *map)
static as_hashmap * as_hashmap_new(uint32_t capacity)
static as_hashmap * as_hashmap_init(as_hashmap *map, uint32_t capacity)
AS_EXTERN as_orderedmap * as_orderedmap_new(uint32_t capacity)
AS_EXTERN as_orderedmap * as_orderedmap_init(as_orderedmap *map, uint32_t capacity)
static void as_orderedmap_set_flags(as_orderedmap *map, uint32_t flags)