Language feature suggestions: This and Super

Tommi tommitissari at hotmail.com
Fri Jun 15 22:18:10 PDT 2012


What do you think of adding to the language these couple of 
keywords just for syntactic sugar: This and Super. They'd be the 
types of this and super inside class and struct scope.

is(This == typeof(this))
...and...
is(Super == typeof(super))


More information about the Digitalmars-d mailing list