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
The lifetime (sometimes called a borrow) is alive from the place it is created to its last use.
But at the beginning of the page, it says
Lifetimes are named regions of code that a reference must be valid for.
Combining these two sentences, the named region of code is alive from the place it is created to its last use. I don't get the idea of this combined sentence. Is the "lifetime is alive" actually "reference is alive"?