[Issue 19120] Cannot slice a struct with a tuple alias this

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19120 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --

[Issue 19120] Cannot slice a struct with a tuple alias this

2021-05-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19120 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #4 from Dlang Bot --- @Tungste

[Issue 19120] Cannot slice a struct with a tuple alias this

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19120 --- Comment #3 from Yuxuan Shui --- To clarify: The problem of comment #0 is that Y is actually an array (A!(int, double)[0]). So that is not a valid example. But the problem is real, as the example in comment #2 shows. It is possible to index A!(i

[Issue 19120] Cannot slice a struct with a tuple alias this

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19120 Yuxuan Shui changed: What|Removed |Added Status|REOPENED|NEW --

[Issue 19120] Cannot slice a struct with a tuple alias this

2018-07-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19120 Yuxuan Shui changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFIX

[Issue 19120] Cannot slice a struct with a tuple alias this

2018-07-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19120 Yuxuan Shui changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---