mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-07-07 03:27:13 -06:00
finished ch15.6 and ch15
This commit is contained in:
@ -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. [Section Link Here](./Leaky%20Reference%20Cycles.md)
|
||||
As well discuss *reference cycles*; how they can leak memory and how to prevent them. [Section Link Here](./Leaky%20Reference%20Cycles.md)
|
Reference in New Issue
Block a user