www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - ExpressionTuple is referenced in the specs, but doesn't seem to be

reply Dechcaudron <no-reply no-email.com> writes:
See, for instance, definition 
https://dlang.org/spec/class.html#class_properties. If it is 
defined anywhere, I cannot seem to find it.
Jan 26 2018
parent reply Nick Treleaven <nick geany.org> writes:
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.
Jan 31 2018
parent Nick Treleaven <nick geany.org> writes:
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
Feb 02 2018