Skip to main content

lua_table

Function lua_table 

Source
pub fn lua_table(cx: &mut Cx, entries: Vec<(Symbol, Value)>) -> Result<Value>
Expand description

Constructs a Lua table from keyed entries as a mutation-organ table value.

Lowers Lua tables onto the mutation organ’s MutableTable; mutating the result requires the standard mutate capability.