Ausborgen - Fehler
As a concrete example of how these borrowing rules prevent memory errors, consider the case of modifying a collection while there are references to its elements:
Similarly, consider the case of iterator invalidation:
Speaker Notes
This slide should take about 3 minutes.
- In both of these cases, modifying the collection by pushing new elements into it can potentially invalidate existing references to the collection's elements if the collection has to reallocate.