Comparing mixed expression and type tuples. How?

Simen kjaeraas simen.kjaras at gmail.com
Tue May 25 08:32:46 PDT 2010


import std.typetuple;

static assert( is( TypeTuple!( int, "a" ) == TypeTuple!( int, "a" ) );

The above code asserts. Is there some other way to compare mixed tuples,  
or should i roll my own comparison function?


-- 
Simen


More information about the Digitalmars-d-learn mailing list