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

anonymous4 <dfj1es...@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Hardware|x86                         |All
         Resolution|---                         |INVALID
           Severity|regression                  |enhancement

--- Comment #1 from anonymous4 <dfj1es...@sneakemail.com> ---
No, array's ptr can't be blindly dereferenced:
---
int[1] a;
*a[$..$].ptr=0;
---
This is not trivial and requires a DIP.

--

Reply via email to