On 12/05/2017 06:11 AM, Shachar Shemesh wrote: > "move" was supposed to initialize "source" to init. This does not appear > to be the case. Is that a bug? Where?
The same issue came up recently in the learn group regarding moveFront(). The documentation fails to mention that the .init behavior is only for hasElaborateCopyConstructor!(ElementType!R):
http://forum.dlang.org/post/[email protected] Finally opened an issue about that one: https://issues.dlang.org/show_bug.cgi?id=18036 Ali
