On May 21, 11 01:28, Michel Fortin wrote: > Postblit is a post-copy constructor, not a post-move one. There is no > such thing as a post-move constructor in D: structs are assumed to be > movable. > The assumption is better written in the spec. There's no single mention of the word "move" in struct.html.