type to check
true if T is one of supported string element types
static assert ( isCharType!(wchar)); static assert ( isCharType!(const(char))); static assert (!isCharType!(byte));
See Implementation