finished ch 15.5
Some checks failed
Test Gitea Actions / first (push) Successful in 17s
Test Gitea Actions / check-code (push) Failing after 13s
Test Gitea Actions / test (push) Has been skipped
Test Gitea Actions / documentation-check (push) Has been skipped

This commit is contained in:
2025-03-07 10:55:30 -07:00
parent 94359e3975
commit fbc76348ad
4 changed files with 164 additions and 4 deletions

View File

@ -56,4 +56,4 @@ The ones we will cover are the most common smart pointers in the std library:
In addition we will also cover *interior mutability* patter where an immutable type exposes an API for mutating an interior value.
As well discuss *reference cycles*; how they can leak memory and how to prevent them.
As well discuss *reference cycles*; how they can leak memory and how to prevent them. [Section Link Here](./Leaky%20Reference%20Cycles.md)