How to defer expanding a parameter pack?
I was toying around with tuples. I wanted to zip an arbitrary number of tuples. There is probably a better way to do that than what I came up with, but my solution led me to a problem that is interesting in itself. Sometimes, you want to expand one parameter pack at a time, and… Read More How to defer expanding a parameter pack?