On Sunday, 9 June 2019 at 08:05:34 UTC, Manu wrote:
> Imagine if we could just write:
>
> struct DerivedStruct : BaseStruct
> {
> // derived members
> //...
> }
>
> Just imagine!
+1
I dream of being able to do struct DerivedStruct: SomeInterface,
but what you are asking is also something I was wishing for
years...