> struct Display > {} D supports opaque structs/pointers
struct Display; Now Display has to be used as pointer only or the compiler complains e.g. about Display display;
> struct Display > {} D supports opaque structs/pointers
struct Display; Now Display has to be used as pointer only or the compiler complains e.g. about Display display;