Aleksey S. Skidan wrote: > I just wonder if there's such a thing as POD type in D? I have failed to find > one. The extern(C) struct seems not to be the thing because it is hardwired to > the ABI. Basic types and structs are POD (plain old data). Unless you're referring to a different kind of POD.