is_table_array

Function is_table_array 

Source
pub unsafe fn is_table_array(lstate: *mut lua_State, index: c_int) -> 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).