mlua_sys::lua53::lauxlib

Function luaL_optinteger

Source
pub unsafe extern "C-unwind" fn luaL_optinteger(
    L: *mut lua_State,
    arg: c_int,
    def: lua_Integer,
) -> lua_Integer
Available on crate feature lua53 only.