Comment #1 by andrej.mitrovich — 2014-03-13T05:48:39Z
This is a naming and documentation issue. std.typecons.TypeTuple is really a way to construct a tuple of types, values, symbols, expressions, etc. That's the naming issue, we are aware of this.
isTypeTuple returns true if such a tuple contains types only. There's a similar trait 'isExpressionTuple'. Both of these are not as documented as they should be, and are missing examples.
Comment #2 by andrej.mitrovich — 2014-03-13T05:55:20Z
Comment #3 by monkeyworks12 — 2014-03-13T06:05:17Z
(In reply to comment #1)
> This is a naming and documentation issue. std.typecons.TypeTuple is really a
> way to construct a tuple of types, values, symbols, expressions, etc. That's
> the naming issue, we are aware of this.
>
> isTypeTuple returns true if such a tuple contains types only. There's a similar
> trait 'isExpressionTuple'. Both of these are not as documented as they should
> be, and are missing examples.
Thanks for the quick response.
Comment #4 by github-bugzilla — 2014-03-13T06:55:30Z