🦀 Doubly linked list in #Rust without Rc<RefCell<T>>? It's totally doable with the Arena Pattern!
Indices instead of pointers: zero overhead, zero runtime panics, clean and readable code.
🦀 Doubly linked list in #Rust without Rc<RefCell<T>>? It's totally doable with the Arena Pattern!
Indices instead of pointers: zero overhead, zero runtime panics, clean and readable code.