mg_list

An ordered sequence of values.

List may contain a mixture of different types as its elements. A list owns all values stored in it.

Maximum possible list length allowed by Bolt is uint.max.

  1. struct mg_list
    version(unittest)
    extern (C)
    struct mg_list {}
  2. struct mg_list

Members

Variables

capacity
uint capacity;
Undocumented in source.
elements
mg_value** elements;
Undocumented in source.
size
uint size;
Undocumented in source.

Meta