ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
toHex.toHex
ae
utils
text
toHex
Dynamic array version.
char
[]
toHex
(ubyte[] data, char[] buf)
template
toHex
(alias digits = hexDigits)
pure
char
[]
toHex
(
in
ubyte
[]
data
,
char
[]
buf
)
char
[
n
*
2
]
toHex
(ubyte[n] data)
string
toHex
(ubyte[] data)
void
toHex
(T n, char[U] buf)
char
[
T
.
sizeof
*
2
]
toHex
(T n)
Meta
Source
See Implementation
ae
utils
text
toHex
functions
toHex
Dynamic array version.