How can I check if two TypeTuples containing both types and values are the same? This fails: static assert(is(TypeTuple!(3, int, "Zorro") == TypeTuple!(3, int, "Zorro"))); Thank you! Tudor