writeln(is(Tuple!(string, int) == struct)); // true
What is real user case where I should use Tuple instead of Struct?
Suliman via Digitalmars-d-learn Sat, 10 Mar 2018 06:25:39 -0800
writeln(is(Tuple!(string, int) == struct)); // true
What is real user case where I should use Tuple instead of Struct?