Borrowing and References
Welcome back! In Chapter 1: Ownership, we learned about how Rust manages memory using the concept of ownership. We saw that when we pass a variable to a function, ownership is often moved, meaning the original variable can no longer be used. This can...
tusharpamnani7.hashnode.dev6 min read