comprehensive_rust/src
Vincent Batts 95f52e96d3 Lifetimes in Data Structures
https://google.github.io/comprehensive-rust/ownership/lifetimes-data-structures.html

when possible, data structures ought to own their data directly, rather
than borrowing a reference.
2023-01-19 13:08:29 -05:00
..
main.rs Lifetimes in Data Structures 2023-01-19 13:08:29 -05:00