ae v0.0.2728 (2020-08-02T06:18:06Z)
Home
Dub
Repo
toHex.toHex
ae
utils
text
toHex
Undocumented in source. Be warned that the author may not have intended to support it.
char
[]
toHex
(ubyte[] data, char[] buf)
char
[
n
*
2
]
toHex
(ubyte[n] data)
template
toHex
(alias digits = hexDigits)
pure
char
[
n
* 2]
toHex
(
size_t
n
)
(
in
ubyte
[
n
]
data
)
string
toHex
(ubyte[] data)
Meta
Source
See Implementation
ae
utils
text
toHex
functions
toHex