DIP23 Counter Proposal

Steven Schveighoffer schveiguy at yahoo.com
Thu Feb 7 13:12:34 PST 2013


On Thu, 07 Feb 2013 15:25:57 -0500, Jonathan M Davis <jmdavisProg at gmx.com>  
wrote:


> struct S
> {
>  @property int i;
> }

struct S
{
    mixin(boilerplateProperty("i"));
}

I don't see this as a difficult problem to solve.

-Steve


More information about the Digitalmars-d mailing list