- dumpUnsignedint dumpUnsigned(C[] buffer, T value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- dumpUnsignedHexint dumpUnsignedHex(C[] buffer, T value, bool uppercase) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- sinkInfinityvoid 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. 
- sinkNaNvoid 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. 
- sinkPadLeftvoid 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. 
- sinkPadRightvoid sinkPadRight(void delegate(const(C)[]) sink, int pad) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- sinkPadZerovoid 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. 
- sinkRepeatvoid 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. 
- sinkSignvoid 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. 
- sinkZerovoid 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.