mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
printHexAddress
mir
format_impl
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
printHexAddress
(ubyte c, char[2] buf, bool upper)
@
safe
pure @
nogc
nothrow nothrow
size_t
printHexAddress
(
ubyte
c
,
ref
char
[2]
buf
,
bool
upper
)
size_t
printHexAddress
(ushort c, char[4] buf, bool upper)
size_t
printHexAddress
(uint c, char[8] buf, bool upper)
size_t
printHexAddress
(ulong c, char[16] buf, bool upper)
size_t
printHexAddress
(ucent c, char[32] buf, bool upper)
size_t
printHexAddress
(ubyte c, wchar[2] buf, bool upper)
size_t
printHexAddress
(ushort c, wchar[4] buf, bool upper)
size_t
printHexAddress
(uint c, wchar[8] buf, bool upper)
size_t
printHexAddress
(ulong c, wchar[16] buf, bool upper)
size_t
printHexAddress
(ucent c, wchar[32] buf, bool upper)
size_t
printHexAddress
(ubyte c, dchar[2] buf, bool upper)
size_t
printHexAddress
(ushort c, dchar[4] buf, bool upper)
size_t
printHexAddress
(uint c, dchar[8] buf, bool upper)
size_t
printHexAddress
(ulong c, dchar[16] buf, bool upper)
size_t
printHexAddress
(ucent c, dchar[32] buf, bool upper)
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