parseDecimal

Undocumented in source. Be warned that the author may not have intended to support it.

package @safe
parseDecimal
(
R
T
)
(
ref R range
,,
out int exponent
,
out bool isinf
,
out bool isnan
,
out bool signaling
,
out bool signed
,
out bool wasHex
)
if (
isInputRange!R &&
isSomeChar!(ElementType!R)
)

Meta