Variable UTF16LEDecoder.index

Current index in an input string

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