JSONLexerRange.CharType

Undocumented in source.
  1. alias CharType = dchar
    struct JSONLexerRange(Input, LexOptions options = LexOptions.init, String = string)
    static if(typeof(InternalInput.init.front).sizeof > 1)
    alias CharType = dchar
  2. alias CharType = char

Meta