Variable TextRange.end

struct TextRange
{
  // ...
  TextPosition end;
  // ...
}