mg_list_make_empty

Constructs a list that can hold at most capacity elements.

Elements should be constructed and then inserted using mg_list_append.

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

Meta