Create a shallow copy of other list.
Create a shallow list copy from a Value.
Create a List using the given mg_list pointer.
Compares this list with other. Return: true if same, false otherwise.
Return value at position idx of this list.
Move to the next element in the list range.
Return pointer to internal mg_list.
Return the hash code for this 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.