toggle menu
metis-lang
jvm
switch theme
search in API
metis-lang
/
io.github.seggan.metis.runtime
/
Value
/
List
/
List
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.