Function pushvalue

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

Pushes a copy of the element at the given index onto the stack.