Function insert

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

Moves the top element into the given valid index, shifting up the elements above this index to open space. This function cannot be called with a pseudo-index, because a pseudo-index is not an actual stack position.