ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
toHex
ae
utils
text
Conversion from bytes to hexadecimal strings.
auto
toHex
(T value, B buf)
template
toHex
(alias digits = hexDigits)
auto
toHex
(
T
B
)
(
auto
ref
T
value
,
auto
ref
B
buf
)
if
(
isHexifiable
!
T
&&
isBuffer
!
B
)
auto
toHex
(T value)
Members
Enums
isBuffer
eponymoustemplate
isBuffer
(T)
Undocumented in source.
isHexifiable
eponymoustemplate
isHexifiable
(T)
Undocumented in source.
Functions
toHex
auto
toHex
(T value, B buf)
Undocumented in source. Be warned that the author may not have intended to support it.
toHex
auto
toHex
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
text
modules
ascii
functor
html
parsefp
aliases
CIAsciiString
CIUniString
doubleToString
toLowerHex
enums
fpCFormatString
fpCScanString
fpFormatString
significantDigits
functions
UTF8ToRaw
arrayFromHex
asText
asciiSplit
asciiStrip
camelCaseJoin
eatLine
fastReplace
fastSplit
findBestMatch
forceValidUTF8
formatAs
fpAsString
fpParse
fpTryParse
fromHex
fromZArray
hexDump
newlinesToSpaces
normalizeWhitespace
nullStringTransform
numberToString
parseHexDigit
putFP
randomString
rawToUTF8
sarrayFromHex
segmentByWhitespace
selectBestFrom
splitAsciiLines
splitByCamelCase
stringDistance
stringSimilarity
verbatimWrap
structs
FPAsString
HexParseConfig
templates
fpToString
toHex
Conversion from bytes to hexadecimal strings.