For the predicate there, remember it needs to take a template argument.
Re: Checking for Homogeneous Tuples
Adam D. Ruppe via Digitalmars-d-learn Tue, 15 Sep 2015 10:25:47 -0700
If it is a tuple of values too, you could just try to form an
array out of it: `static if (__traits(compiles, [your_tuple]))`.
But allSatisfy might be better.
- Checking for Homogeneous Tuples Nordlöw via Digitalmars-d-learn
- Re: Checking for Homogeneous Tu... John Colvin via Digitalmars-d-learn
- Re: Checking for Homogeneous Tu... Adam D. Ruppe via Digitalmars-d-learn
- Re: Checking for Homogeneous Tu... Meta via Digitalmars-d-learn
- Re: Checking for Homogeneou... Nordlöw via Digitalmars-d-learn