Does anyone else think it would be useful to be able to assign "this" to something.
EG
this = myobject
this.mymethod
Naturally this is just for cosmetic reasons in code, but functions within a type, this would be good for keeping code uniform.
EG
this = myobject
this.mymethod
Naturally this is just for cosmetic reasons in code, but functions within a type, this would be good for keeping code uniform.