Just a small bug found while trying to generalize template parameter packs for C++11 support in Calypso (implementing it in DMD is more intrusive that I would like, but I can't see any simple alternative):
Having to deal with the two possible cases, one where Tuple get expanded, the other where they're aren't, makes adding support for multiple parameter packs much harder.
Any good reason for not wanting a Tuple-free tiargs?