Mutability
Welcome back! In Chapter 2: Borrowing and References, we learned how to share data without taking ownership using references. We saw that sometimes we just want to look at data, and sometimes we want to change it. This chapter dives into the concept ...
tusharpamnani7.hashnode.dev5 min read