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

--- Comment #3 from Yuxuan Shui <yshu...@gmail.com> ---
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!(int, double), but not slicing it. Which seems to be an arbitrary
limitation.

--

Reply via email to