parseDecimal

Undocumented in source. Be warned that the author may not have intended to support it.
deprecated @trusted @nogc pure nothrow
bool
parseDecimal
(
size_t maxSize64
C
)
(
scope const(C)[] str
,
ref Decimal!maxSize64 decimal
,)
if (
isSomeChar!C
)

Meta