|
|
|
|
|
by withoutboats
2304 days ago
|
|
This is sort of the problem: its very natural to refer to that as a lifetime! In fact, more natural than the lifetime of a reference, because we intuitively think of variables as being "alive" and references as being short-term "views" of the variables. As in the sibling comment, "scope" could be used, but indeed maybe we should have just called lifetimes "scopes" or something (though they are not lexical, whereas scopes are usually thought of as lexical pyramids). I probably would just say lifetime usually, but I would be being imprecise and potentially unclear! |
|