Hi all,<div><br></div><div>How to convert the following struct to D?</div><div><br></div><div><div>typedef struct S {</div><div>    int type;</div><div>    void *obj;</div><div>} S;</div></div><div><br></div><div>I didn't found anything at <a href="http://dlang.org/htomodule.html">http://dlang.org/htomodule.html</a>.</div>