Variable LexerRange.bytes

The input bytes.

struct LexerRange
{
  // ...
  const(ubyte)[] bytes;
  // ...
}