lua_pushvalue

Function lua_pushvalue 

Source
pub fn lua_pushvalue(l: LuaState, idx: c_int)
Expand description

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