def _notify_add_at(self, index, length=1):
        """Notify about an AddChange at a caertain index and length."""
        slice_ = self._slice_at(index, length)
        self._notify_add(slice_)