JSONLexerRange.InternalInput

Undocumented in source.
  1. alias InternalInput = typeof(Input.init.representation)
    struct JSONLexerRange(Input, LexOptions options = LexOptions.init, String = string)
    static if(isSomeString!Input)
    alias InternalInput = typeof(Input.init.representation)
  2. alias InternalInput = Input

Meta