struct S { @property int i; }
struct S { mixin(boilerplateProperty("i")); } I don't see this as a difficult problem to solve. -Steve
struct S { @property int i; }
struct S { mixin(boilerplateProperty("i")); } I don't see this as a difficult problem to solve. -Steve