Function lua_rs::ffi::lauxlib::luaL_optnumber

source ·
pub unsafe extern "C" fn luaL_optnumber(
    l: *mut lua_State,
    arg: c_int,
    def: lua_Number
) -> lua_Number