isDigit

Checks if character is a digit ('0'..'9')

@safe pure nothrow @nogc
bool
isDigit
(
char c
)

Meta