Type Alias mlua_sys::luau::lua::lua_Number

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

A Lua number, usually equivalent to f64.