On Wednesday, 4 September 2013 at 17:10:32 UTC, Timothee Cour wrote:
frankly, UFCS mixin would make the use case in the OT bearable.

fun().mixin.writeln is ok
mixin(fun()).writeln is ugly (esp in more complex cases).

so, is there anything against it despite requiring one to implement it?

I guess there is nothing terrible but also nothing extremely useful :) For me second snippet is not any uglier.

Reply via email to