On Thursday, February 14, 2013 13:27:30 monarch_dodra wrote: > Actually, (and IMO, this is a very big problem), these structures > are *always* null by default. There is no easy way to "default > initialize" structs in D :(
You mean there's no way to default-construct them. They're always default- initialized to their init value if you don't explicitly initialize them. - Jonathan M Davis
