Diggory:
It's not a TypeTuple, it's a tuple of strings.
Then one simple way to do it is to convert it into an array of strings, and then use canFind:
[mytuple[]].canFind(needle) Bye, bearophile
Diggory:
It's not a TypeTuple, it's a tuple of strings.
Then one simple way to do it is to convert it into an array of strings, and then use canFind:
[mytuple[]].canFind(needle) Bye, bearophile