isCharByte.isCharByte

Undocumented in source.
template isCharByte(T)
enum isCharByte = is(Unqual!T == byte) || is(Unqual!T == ubyte) || is(Unqual!T == char);

Meta