|
|
|
|
|
by idontknowmuch
488 days ago
|
|
I don’t think the basic usage of references is hard to grok for a beginner. If you aren’t going to mutate data and only access it, then pass a reference. No need for over-complicated semantics when describing it to a new Rust user. |
|