mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
map: Add map_clear method
This commit is contained in:
@@ -87,6 +87,11 @@
|
||||
} \
|
||||
\
|
||||
return rv; \
|
||||
} \
|
||||
\
|
||||
void map_##T##_##U##_clear(Map(T, U) *map) \
|
||||
{ \
|
||||
kh_clear(T##_##U##_map, map->table); \
|
||||
}
|
||||
|
||||
static inline khint_t String_hash(String s)
|
||||
|
Reference in New Issue
Block a user