Type Definition 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.