parseSimpleFloatNumber

Undocumented in source. Be warned that the author may not have intended to support it.
pure @nogc nothrow @trusted
parseSimpleFloatNumber
(
int bais
T
)
(
ref T dst
,
scope const(char)[] str
,
char sep = '.'
)
if (
isFloatingPoint!T
)

Meta