```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 :D

These are the mysterious parts of the language, I like this stuff, even I can't understand.
  • Template declara... realhet via Digitalmars-d-learn
    • Re: Templat... monkyyy via Digitalmars-d-learn
      • Re: Tem... realhet via Digitalmars-d-learn
        • Re:... realhet via Digitalmars-d-learn
          • ... monkyyy via Digitalmars-d-learn
            • ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
              • ... monkyyy via Digitalmars-d-learn
    • Re: Templat... Steven Schveighoffer via Digitalmars-d-learn
      • Re: Tem... realhet via Digitalmars-d-learn
        • Re:... monkyyy via Digitalmars-d-learn
          • ... realhet via Digitalmars-d-learn

Reply via email to