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
In the guide, I make mention that boxes have lifetimes, and that's what determines when they get freed. affine types and lifetimes are orthogonal, as @eddyb mentions. So I should figure out how to re-word that.
The text was updated successfully, but these errors were encountered:
"When they go out of scope" is a phrase I've often heard.
There should probably be a mention of RAII, too, since that's what it's called in C++ (though the acronym's wording has long lost its relevance AFAIK).
In the guide, I make mention that boxes have lifetimes, and that's what determines when they get freed. affine types and lifetimes are orthogonal, as @eddyb mentions. So I should figure out how to re-word that.
The text was updated successfully, but these errors were encountered: