https://issues.dlang.org/show_bug.cgi?id=23297
anonymous4 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from anonymous4 <[email protected]> --- The second example should work, it's array copy - copies elements from one array to another. The first example is slice assignment that would refer to the same array. --
