fpTryParse

Parse a floating-point number using the C standard library. Note: might produce slightly different results than e.g. to!double.

@trusted @nogc nothrow
bool
fpTryParse
(
F
C
)
(
ref const(C)[] s
,
ref F f
)
if (
isFloatingPoint!F &&
isSomeChar!C
)

Meta