The D Blog is Back -- A Tale of Tuples

libxmoc libxmoc at gmail.com
Sun Apr 12 15:18:41 UTC 2026


DIP 1053 makes tuples easier to work with, but it doesn't fix the 
basic problem: why does a simple data structure need you to 
import a library module and learn three different ways of doing 
the same thing?

The new unpacking syntax feels like a first class feature, but 
the actual tuple implementation still feels like an afterthought.

I'm surprised this was accepted when it feels half done.


More information about the Digitalmars-d-announce mailing list