Hacker News new | ask | show | jobs
by FreeFull 3487 days ago
The mut keyword on variable bindings doesn't influence uniqueness at all, though. You're probably thinking about the `&mut` references vs the `&` references.