|
|
|
|
|
by wredue
836 days ago
|
|
I find quite a lot of friction in being demanded to understand all of the methods, what they do, when you’d use them, why you’d choose one over another that does a slightly different thing, but maybe still fits. The method documentation alone in reference counting is more pages than some entire programming languages. That’s beside the necessary knowledge for using it. |
|
[1] https://doc.rust-lang.org/std/rc/struct.Rc.html
[2] https://doc.rust-lang.org/rust-by-example/std/rc.html