is_integer

Match an integer string, returning 1 if matched, 0 if not.

package nothrow @nogc
int
is_integer
(
int* out_
,
const(char)* str
,)

Meta