You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally, inside of our map()/collect() loop, we call table.clone(). The clone() method on Arc is what bumps up the reference count, and when it goes out of scope, it decrements the count.
I think it's better to add a few lines and let the readers know why bumping up the reference count here is needed.
The text was updated successfully, but these errors were encountered:
In the book:
I think it's better to add a few lines and let the readers know why bumping up the reference count here is needed.
The text was updated successfully, but these errors were encountered: