On Friday, 11 November 2016 at 23:55:58 UTC, Jonathan M Davis
wrote:
...
So, just provide a solid use case (if not multiple) as to why
it needs to have a specific order, and you probably stand a
good chance of it being added to the spec - especially since
it's what the implementation does anyway, and the
implementation isn't likely to change. And given that tupleof
simply gives the member variables, I don't know of a good
argument for why it should ever do anything other than given
them in the order that they're declared.
- Jonathan M Davis
Hello, here is an issue (with a use case):
https://issues.dlang.org/show_bug.cgi?id=19036
Guillaume Lathoud