This seems to be basically what I outlined in issue 5158[1].[1] http://d.puremagic.com/issues/show_bug.cgi?id=5158
I don't understand your proposal. Are you saying you want the following code to compile?
void main()
{
int a;
void opAssign(int arg) {a = arg;} = 4;
}
And what would that code do? Also, how would you use your
proposal to implement memberspaces?
