Skip to main content

lua_rawdel

Function lua_rawdel 

Source
pub fn lua_rawdel(
    cx: &mut Cx,
    table: &Value,
    key: &Value,
) -> Result<Option<Value>>
Expand description

Deletes a raw Lua table entry without consulting __newindex.