bearophile , dans le message (digitalmars.D.learn:30429), a écrit : > Tobias Pankrath: > >> How would you do this? Do I need an extra template TypeList? > > It's the design of typetuples, they are auto-flattening. I have never > appreciated this design. Maybe Walter likes them this way, or they > can't be designed in another way, I don't know.
You could always make them non-flattening by default, and create an operator to flatten them.