charToBase

Convert character to base

template charToBase(B = Base16)
B
charToBase
(
C
)
(
C c
)
if (
is(Unqual!C == char) ||
is(Unqual!C == dchar)
)

Members

Functions

charToBase
B charToBase(C c)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta