Skip to main content

lua_unref

Function lua_unref 

Source
pub fn lua_unref(state: &mut LuaState, t: i32, r: i32) -> Result<(), LuaError>
Expand description

Release reference ref from table t, adding it to the free list.