Skip to main content

luaL_opt

Function luaL_opt 

Source
pub unsafe fn luaL_opt<T>(
    L: *mut lua_State,
    f: unsafe extern "C-unwind" fn(*mut lua_State, c_int) -> T,
    n: c_int,
    d: T,
) -> T
Available on crate feature luau only.