Bindings to the functions under _G.table
pub fn concat() -> glua.Value
Returns the table.concat function.
pub fn insert() -> glua.Value
Returns the table.insert function.
pub fn pack() -> glua.Value
Returns the table.pack function.
pub fn remove() -> glua.Value
Returns the table.remove function.
pub fn sort() -> glua.Value
Returns the table.sort function.
pub fn unpack() -> glua.Value
Returns the table.unpack function.