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.
