I dun a DIP, possibly the best DIP ever

Steven Schveighoffer schveiguy at gmail.com
Wed Apr 22 13:22:12 UTC 2020


On 4/22/20 8:19 AM, rikki cattermole wrote:
> Change it to something like .unpackSequence instead of ... and I would 
> be happy.

unpackSequence is a valid identifier. That would be a breaking change. 
Plus it would be less obvious. If anything it would have to be 
unpackSequence!(expr).

Plus there is precedence with C++ for using ...

And it makes intuitive sense -- you define tuples with T...

-Steve


More information about the Digitalmars-d mailing list