Variable TextRange.start

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