mlua_sys::luau::lua

Type Alias lua_Integer

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

A Lua integer, equivalent to i32.