Constructs an empty map that can hold at most capacity key-value pairs.
Key-value pairs should be constructed and then inserted using mg_map_insert, mg_map_insert_unsafe and similar.
See Implementation
Constructs an empty map that can hold at most capacity key-value pairs.
Key-value pairs should be constructed and then inserted using mg_map_insert, mg_map_insert_unsafe and similar.