Function is_table_array
pub unsafe fn is_table_array(lstate: *mut State, index: i32) -> boolExpand 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).