decimal.sinks

Undocumented in source.

Members

Functions

dumpUnsigned
int dumpUnsigned(C[] buffer, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
dumpUnsignedHex
int dumpUnsignedHex(C[] buffer, T value, bool uppercase)
Undocumented in source. Be warned that the author may not have intended to support it.
sinkInfinity
void sinkInfinity(FormatSpec!C spec, void delegate(const(C)[]) sink, bool signed)
Undocumented in source. Be warned that the author may not have intended to support it.
sinkNaN
void sinkNaN(FormatSpec!C spec, void delegate(const(C)[]) sink, bool signed, bool signaling, T payload, bool hex)
Undocumented in source. Be warned that the author may not have intended to support it.
sinkPadLeft
void sinkPadLeft(FormatSpec!C spec, void delegate(const(C)[]) sink, int pad)
Undocumented in source. Be warned that the author may not have intended to support it.
sinkPadRight
void sinkPadRight(void delegate(const(C)[]) sink, int pad)
Undocumented in source. Be warned that the author may not have intended to support it.
sinkPadZero
void sinkPadZero(FormatSpec!C spec, void delegate(const(C)[]) sink, int pad)
Undocumented in source. Be warned that the author may not have intended to support it.
sinkRepeat
void sinkRepeat(void delegate(const(C)[]) sink, C value, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
sinkSign
void sinkSign(FormatSpec!C spec, void delegate(const(C)[]) sink, bool signed)
Undocumented in source. Be warned that the author may not have intended to support it.
sinkZero
void sinkZero(FormatSpec!C spec, void delegate(const(C)[]) sink, bool signed, bool skipTrailingZeros)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta