Hacker News new | ask | show | jobs
by p-e-w 1311 days ago
Those can be implemented in Rust very easily by wrapping the recursive reference in a (safe) pointer type such as Box or Rc.
1 comments

Well, which one? And how does that interoperate with code that chose the other?