charToBase.charToBase

Undocumented in source. Be warned that the author may not have intended to support it.
template charToBase(B = Base16)
B
charToBase
(
C
)
(
C c
)
if (
is(Unqual!C == char) ||
is(Unqual!C == dchar)
)

Meta