Variable EditOperation._content

new content for range (if required for this action)

class EditOperation
{
  // ...
  dstring[] _content;
  // ...
}