Type Definition mlua_sys::luau::lua::lua_Integer

source ·
pub type lua_Integer = c_int;
Available on crate feature luau only.
Expand description

A Lua integer, equivalent to i32.