Same as TypeTuple, but meant to be used with values.
foreach (char channel; ValueTuple!('r', 'g', 'b')) { // the loop is unrolled at compile-time // "channel" is a compile-time value, and can be used in string mixins }
See Implementation
Same as TypeTuple, but meant to be used with values.