def _notify_remove_at(self, index, length=1):
        """Notify about an RemoveChange at a caertain index and length."""
        slice_ = self._slice_at(index, length)
        self._notify_remove(slice_)