Variable LexerRange.index

The range's current position.

struct LexerRange
{
  // ...
  ulong index ;
  // ...
}