pub fn opt_number( state: &mut LuaState, arg: i32, def: f64, ) -> Result<f64, LuaError>
Return the number at arg; if absent/nil return def.
arg
def