lua_isnoneornil

Function lua_isnoneornil 

Source
pub unsafe fn lua_isnoneornil(L: *mut lua_State, idx: c_int) -> bool
Expand description

Returns if the value at the given index is none or nil.