Variable UTF8Decoder.index

Current index in an input string

struct UTF8Decoder
{
  // ...
  ulong index = 0LU;
  // ...
}