May 2019
Intermediate to advanced
698 pages
17h 21m
English
When we interact with an Rc type, the following changes happen to it internally:
Using reference counted containers gives us more flexibility in the implementation: we can hand out copies of our value as if it were a new copy without having to keep exact track of when the references go out of scope. That doesn't mean that we can mutably alias the inner values.
Rc<T> is mostly used via ...
Read now
Unlock full access