Type Alias mlua_sys::luau::lua::lua_Unsigned

source ยท
pub type lua_Unsigned = c_uint;
Available on crate feature luau only.
Expand description

A Lua unsigned integer, equivalent to u32.