Merge edits by concatenation when the intervals overlap.
This will never remove content from the original, only add to it.
TODO: this my be a bit inefficient because it starts by clearing the content
and then adding it all back. Maybe there are a more efficient way?
It should at least use the allocators.
Merge edits by concatenation when the intervals overlap.
This will never remove content from the original, only add to it.
TODO: this my be a bit inefficient because it starts by clearing the content and then adding it all back. Maybe there are a more efficient way? It should at least use the allocators.