List
constructor(value: MutableList<Value> = mutableListOf(), metatable: Value.Table? = Companion.metatable)
Parameters
value
The backing list of the list.
metatable
The metatable of the list.
The backing list of the list.
The metatable of the list.