What principle difference between structure and Tuple?

Suliman evermind at live.ru
Sat Mar 10 14:21:06 UTC 2018


writeln(is(Tuple!(string, int) == struct)); // true

What is real user case where I should use Tuple instead of Struct?


More information about the Digitalmars-d-learn mailing list