The title says it all.
From what I can tell, “temporary assigns” was the old way of rendering collections without needing to keep them all in-memory. But this isn’t necessary anymore, because we can now do it with streams.
Is there any use case where I might still want to use temporary assigns, or have they been completely superseded by streams?