Table

constructor(value: MutableMap<Value, Value> = mutableMapOf(), metatable: Value.Table? = Companion.metatable)

Parameters

value

The backing map of the table.

metatable

The metatable of the table.