Joshua Dahl

Results 1 comments of Joshua Dahl

> However, even now that seems odd, because without UFCS `p*.f()` should be generating `(*p).f()`, not `*p.f()`, just as a matter of translating the operators correctly. I'll take a look...