isValueNumber

Checks whether or not the given value is a number

pure nothrow @safe
bool
isValueNumber
(
T
)
()

Return Value

Type: bool

true if the value is a number, else false

Meta