Thread overview
ExpressionTuple is referenced in the specs, but doesn't seem to be defined
Jan 26, 2018
Dechcaudron
Jan 31, 2018
Nick Treleaven
Feb 02, 2018
Nick Treleaven
January 26, 2018
See, for instance, definition https://dlang.org/spec/class.html#class_properties. If it is defined anywhere, I cannot seem to find it.
January 31, 2018
On Friday, 26 January 2018 at 19:44:21 UTC, Dechcaudron wrote:
> See, for instance, definition https://dlang.org/spec/class.html#class_properties. If it is defined anywhere, I cannot seem to find it.

It's now called an Expression List:
https://dlang.org/ctarguments.html#homogenous-lists

I'll try to update the docs soon. Thanks for reporting. BTW there is also http://issues.dlang.org so that issues don't get lost.
February 02, 2018
On Wednesday, 31 January 2018 at 12:35:37 UTC, Nick Treleaven wrote:
> It's now called an Expression List:
> https://dlang.org/ctarguments.html#homogenous-lists

That page needs an update too, we should call them sequences.

> I'll try to update the docs soon.

There are still various places that need fixing, but this fixes the one from your link:
https://github.com/dlang/dlang.org/pull/2161