digitalmars.D - Language feature suggestions: This and Super
- Tommi (6/6) Jun 15 2012 What do you think of adding to the language these couple of
- Gor Gyolchanyan (5/11) Jun 15 2012 I think typeof(this) and typeof(super) is not too bad.
- Bernard Helyer (1/1) Jun 15 2012 Not worth it, the typeof variants are fine.
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))
Jun 15 2012
On Sat, Jun 16, 2012 at 9:18 AM, Tommi <tommitissari hotmail.com> wrote: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))I think typeof(this) and typeof(super) is not too bad. -- Bye, Gor Gyolchanyan.
Jun 15 2012
Not worth it, the typeof variants are fine.
Jun 15 2012