Tests if the given character is a decimal digit.
Declared in <util/strencodings.h>
<util/strencodings.h>
constexpr bool IsDigit(char c);
true if the argument is a decimal digit; otherwise false.