Constructs a list that can hold at most capacity elements.
Elements should be constructed and then inserted using mg_list_append.
See Implementation
Constructs a list that can hold at most capacity elements.
Elements should be constructed and then inserted using mg_list_append.