mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
map: Add Map(int, int)
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
U map_##T##_##U##_del(Map(T, U) *map, T key); \
|
||||
void map_##T##_##U##_clear(Map(T, U) *map);
|
||||
|
||||
MAP_DECLS(int, int)
|
||||
MAP_DECLS(cstr_t, uint64_t)
|
||||
MAP_DECLS(cstr_t, ptr_t)
|
||||
MAP_DECLS(ptr_t, ptr_t)
|
||||
|
Reference in New Issue
Block a user