Reuse a `Vec<T>'s` allocation beyond the scope of its content

If I'm understanding your question correctly, yes, I think: Pattern: how to reuse a `Vec<&str>` across loop iterations? - #13 by mbrubeck

3 Likes