On Wednesday, 21 August 2013 at 03:39:32 UTC, Jonathan M Davis wrote:
But I see no reason to try and combine any of that with Tuple, as Tuple and
TypeTuple do fundamentally different things.

TypeTuple does not cover all built-in tuple cases. There is also built-in expression/run-time tuple which is also native to language but differs from library std.typecons.Tuple _only_ with lack of ABI.

You may underestimate the mess here.

Reply via email to