isInteger

Tests if the input string is integer and returns true if it is.

pure @safe @nogc nothrow
bool
isInteger
(
S
)
(
S s
)
if (
is(S == string) ||
is(S == wstring)
||
is(S == dstring)
)

Meta