void erase(Cursor cursor, int start, int end, [bool resetIsWrapped = false]) { _invalidateCaches(); _data.erase(cursor, start, end); }