Y
Hacker News
new
|
ask
|
show
|
jobs
by
yyyk2
1308 days ago
Any sort of self-referential data structure, e.g. doubly linked lists.
1 comments
p-e-w
1308 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.
link
kazinator
1308 days ago
Well, which one? And how does that interoperate with code that chose the other?
link