Static rglua::lua::luaL_checkinteger[][src]

pub static luaL_checkinteger: Lazy<extern "C" fn(l: LuaState, narg: c_int) -> LuaInteger>
Expand description

Same as luaL_checknumber, but casts it to an integer.