Dan wrote:
Structs can't easily be compared in C because of potential 'padding' inside the struct which may (or may not) exist.I was jut wondering if D somehow gets round this, and allows something like memcmp to easily compare two structs.
How about using the == operator?
