isCharByte.MutilCharByte

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

Meta