lua_insert

Function lua_insert 

Source
pub unsafe fn lua_insert(l: *mut State, idx: c_int)
Expand description

Equivalent to the lua_insert C macro.

ยงSafety

l must be a valid pointer to a Lua state.