mlua_sys::luau::lua

Type Alias lua_Unsigned

Source
pub type lua_Unsigned = c_uint;
Available on crate feature luau only.
Expand description

A Lua unsigned integer, equivalent to u32.