tryParse

Try to parse s as a T.

@safe pure nothrow @nogc
Result!(T)
tryParse
(
T
)
(
scope const(char)[] s
)
if (
__traits(isArithmetic, T) &&
__traits(isIntegral, T)
)

Meta