Skip to main content

lua_getweakref

Function lua_getweakref 

Source
pub unsafe extern "C-unwind" fn lua_getweakref(
    L: *mut lua_State,
    ref: c_int,
) -> c_int
Available on crate feature luau only.