byToken

Creates a token range from the given source code. Uses the provided lexer configuration and string cache.

  1. auto byToken(ubyte[] range)
  2. auto byToken(ubyte[] range, StringCache* cache)
  3. auto byToken(ubyte[] range, LexerConfig config, StringCache* cache)
    public
    byToken

Meta