is_table_array

Function is_table_array 

Source
pub unsafe fn is_table_array(lstate: *mut State, index: i32) -> bool
Expand description

Assumes that the value at index index is a table and returns whether it’s an array table (as opposed to a dictionary table).