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