Comparing mixed expression and type tuples. How?

bearophile bearophileHUGS at lycos.com
Tue May 25 14:24:18 PDT 2010


Simen kjaeraas Wrote:
> static assert( is( TypeTuple!( int, "a" ) == TypeTuple!( int, "a" ) );

Look for this problem in the digitalmars.D.learn group, because I have seen this problem recently solved here (I don't remember the solution, it was easy).

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list