Tcl (OO) has a similar functionality, called `unknown` . Interesting feature of D; looking forward to your episodes of op*-overloading 😉
@MikeShahКүн бұрын
@@bsdooby cheers! Very cool to learn about 'unknown' for tcl.
@disdroid6 сағат бұрын
I think when you mixin "name" it should be "this." ~ name, because you only want it to work for member functions, not statics or globals. You could also make it an expression so that it wouldn't be possible to inject extra statements inside "name".