[Issue 24717] alias edge cases with tupleof

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 28 14:54:01 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24717

--- Comment #3 from Nick Treleaven <nick at geany.org> ---
> should be implemented as a symbol sequence of implicit ref declarations

Actually `AliasSeq!(__si, __sc)` can't be the lowering because then
`__traits(identifier, s.tupleof[0])` would be `__si`, not `i`. But conceptually
it should be a superset of an lvalue sequence.

--


More information about the Digitalmars-d-bugs mailing list