Skip to main content

lua_pushinteger64

Function lua_pushinteger64 

Source
pub unsafe extern "C-unwind" fn lua_pushinteger64(
    L: *mut lua_State,
    n: i64,
)
Available on crate feature luau only.