Variable EditableContent.LineWhiteSpace.lastNonSpaceIndex

struct EditableContent.LineWhiteSpace
{
  // ...
  int lastNonSpaceIndex = -1;
  // ...
}