Function luaL_optstring

Source
pub unsafe fn luaL_optstring(
    l: *mut State,
    arg: c_int,
    default: *const c_char,
) -> *const c_char
Expand description

Equivalent to the luaL_optstring C macro.

ยงSafety

l must be a valid pointer to a Lua state.