Clear explanation, thanks!
I think it would avoid a lot of confusion to disallow the alias f = c1.field notation and only allow the alias f = C.field notation. If necessary one could use alias f = typeof(c1).field
Eric_DD via Digitalmars-d-learn Sun, 03 Sep 2017 12:56:22 -0700
Clear explanation, thanks!
I think it would avoid a lot of confusion to disallow the alias f = c1.field notation and only allow the alias f = C.field notation. If necessary one could use alias f = typeof(c1).field