Variable SimpleTextFormatter._lines

struct SimpleTextFormatter
{
  // ...
  dstring[] _lines;
  // ...
}