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(&amp;source, &amp;empty, T.sizeof);</div></div><div>
<br></div><div>Is there any particular reason why the more compact &amp;T.init is not used?</div><div><br></div>