isNumeric

Gets whether the upcoming character is a numeric symbol.

@nogc
bool
isNumeric
(
char c
)

Parameters

c char

the character

Return Value

Type: bool

Whether the upcoming character is a valid

Meta