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 symbol-keyed entries.