Ouch, void* is the same in both languages, sorry. I addressed a new problem:
Hi all,How to convert the following struct to D?typedef struct S { int type; void *obj;} S;I didn't found anything at http://dlang.org/htomodule.html.