hmap_s.h (356B)
1#include "hmap.h" 2 3uint32_t vec2i_hmap_hash(struct hmap_key key); 4bool vec2i_hmap_keycmp(struct hmap_key k1, struct hmap_key k2); 5 6uint32_t vec3i_hmap_hash(struct hmap_key key); 7bool vec3i_hmap_keycmp(struct hmap_key k1, struct hmap_key k2); 8 9uint32_t ssizet_hmap_hash(struct hmap_key key); 10bool ssizet_hmap_keycmp(struct hmap_key k1, struct hmap_key k2);