isBasicSupport.isChar

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

Meta