List needs an initial capacity.
Construct a new list from an array of values.
Constructs a list that can hold at most capacity elements.
Create a copy of other list.
Create a list from a Value.
Create a List using the given mg_list.
Create a List from a copy of the given mg_list.
Returns the next element in the list range.
Compares this list with other. Return: true if same, false otherwise.
Compares this list with an array of values. Return: true if same, false otherwise.
Return value at position idx of this list.
Append value to this list.
Move to the next element in the list range.
Return pointer to internal mg_list.
Return a printable string representation of this 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.