Variable UTF16Decoder.index

Current index in an input string

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