pub unsafe extern "C" fn isnumber( state: lua_State, index: i32, ) -> bool
Returns true if the value at the given index is a number or a string convertible to a number, and false otherwise.
true
false