Grammar question. TypeSuffix - what is [ AssignExpression .. AssignExpression ] production for?

monkyyy crazymonkyyy at gmail.com
Mon Sep 2 16:35:11 UTC 2024


On Monday, 2 September 2024 at 00:16:14 UTC, WB wrote:
> 
> Is it for some tuple / type sequence slicing? (I guess it is 
> called AliasSeq in current Phobos)
>
> However, in places like 
> https://dlang.org/library/std/meta/alias_seq.html  I cannot see 
> this being mentioned (second example kind of hints at it tho).

Good docs for what seq does, doesnt exist; period. You have to 
learn from trail and error.

That would be the correct place to link to something and Ive 
suggested that d3 std.meta links to the template book as a 
bandaid, but I dont think it will happen, nor do I think anyone 
is going to work on writing out the fundmental operations you 
have for seq's.


More information about the Digitalmars-d mailing list