A Discussion of Tuple Syntax
Dicebot
public at dicebot.lv
Wed Aug 21 05:44:22 PDT 2013
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.
More information about the Digitalmars-d
mailing list