Skip to main content

check_any

Function check_any 

Source
pub fn check_any(state: &mut LuaState, arg: i32) -> Result<(), LuaError>
Expand description

Assert that a value (not none) is present at arg.

C: LUALIB_API void luaL_checkany(lua_State *L, int arg)