Hi,<div>in std.algorithm move(), this is the operation used to set the source of a struct move to .init:</div><div><br></div><div><div> static T empty;</div><div> memcpy(&source, &empty, T.sizeof);</div></div><div>
<br></div><div>Is there any particular reason why the more compact &T.init is not used?</div><div><br></div>