Skip to main content

open_table

Function open_table 

Source
pub fn open_table(state: &mut LuaState) -> Result<usize, LuaError>
Expand description

Builds the table library table for the running version. The base roster is TABLE_FUNCS, from which 5.1 and 5.2 drop the functions they lack and onto which 5.1’s legacy roster and 5.5’s create are layered. The per-version deltas below are each verified against that version’s reference binary.