Merge edits by concatenation when the intervals overlap.
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.
See Implementation
Merge edits by concatenation when the intervals overlap.
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.