decimalDecode

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

package @safe pure nothrow @nogc
decimalDecode
(
D
T
)
(
auto const ref D x
,
out T cx
,
out int ex
,
out bool sx
)
if (
isDecimal!D &&
is(T : DataType!D)
)

Meta