mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
printUnsigned
mir
format_impl
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
printUnsigned
(uint c, char[10] buf)
size_t
printUnsigned
(ulong c, char[20] buf)
size_t
printUnsigned
(ucent c, char[39] buf)
size_t
printUnsigned
(uint c, wchar[10] buf)
size_t
printUnsigned
(ulong c, wchar[20] buf)
size_t
printUnsigned
(ucent c, wchar[39] buf)
size_t
printUnsigned
(uint c, dchar[10] buf)
@
safe
pure @
nogc
nothrow nothrow
size_t
printUnsigned
(
uint
c
,
scope
ref
dchar
[10]
buf
)
size_t
printUnsigned
(ulong c, dchar[20] buf)
size_t
printUnsigned
(ucent c, dchar[39] buf)
Meta
Source
See Implementation
mir
format_impl
functions
assumePureSafe
extendASCII
printBufferShift
printBufferShiftGen
printFloatingPoint
printFloatingPointExtend
printFloatingPointGen
printHexAddress
printHexAddressGen
printHexadecimal
printHexadecimalGen
printIntegralZeroImpl
printSigned
printSignedGen
printSignedToTail
printSignedToTailGen
printUnsigned
printUnsignedGen
printUnsignedToTail
printUnsignedToTailGen
static variables
hexStringLower
hexStringUpper