```d struct Tuple(T...){ T expand;alias expand this; }
pragma(msg, isTuple!(Tuple!(int))); ``` And LDC2's opinion about Your Tuple is: Not a tuple :DThese are the mysterious parts of the language, I like this stuff, even I can't understand.
realhet via Digitalmars-d-learn Wed, 15 Jan 2025 12:11:43 -0800
```d struct Tuple(T...){ T expand;alias expand this; }
pragma(msg, isTuple!(Tuple!(int))); ``` And LDC2's opinion about Your Tuple is: Not a tuple :DThese are the mysterious parts of the language, I like this stuff, even I can't understand.