Skip to main content

TABLE_FUNCS

Constant TABLE_FUNCS 

Source
pub const TABLE_FUNCS: &[(&[u8], fn(&mut LuaState) -> Result<usize, LuaError>)];
Expand description

The core table roster shared by 5.2-5.5. move is filtered out for 5.2 (a 5.3 addition) and move/pack/unpack for 5.1 by open_table, which also layers the version-specific extras (5.1 legacy, 5.5 create) on top.