mg_map_make_empty

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.

extern (C) @safe @nogc pure nothrow
mg_map_make_empty
()

Meta