CharType.CharType

Undocumented in source.
  1. alias CharType = char
  2. alias CharType = wchar
    template CharType(T)
    static if(!(is(T == string)))
    static if(is(T == wstring))
    alias CharType = wchar
  3. alias CharType = dchar

Meta