Function remove

Source
pub unsafe extern "C" fn remove(state: lua_State, index: i32)
Expand description

Removes the element at the given valid index, shifting down the elements above this index to fill the gap. This function cannot be called with a pseudo-index, because a pseudo-index is not an actual stack position.