d-idioms
d-idioms copied to clipboard
struct vs class
(Former) C++ programmers have difficulty with struct vs class in D, since in C++ the distinction is anecdotic and in D the difference is massive.
Especially the difference in pointer types.