6 ms·
> a garbage collected Rust By the way, wouldn't it be possible to have a garbage-collecting container in Rust? Where all the various objects are owned by the c
by Elucalidavah 1y ago
> a garbage collected Rust
By the way, wouldn't it be possible to have a garbage-collecting container in Rust? Where all the various objects are owned by the container, and available for as long as they are reachable from a borrowed object.
- morsecodist 1y agoIsn't this what Rc is?
- throwaway48476 1y agoOnly for synchronous immutable data.