https://issues.dlang.org/show_bug.cgi?id=12597
--- Comment #2 from [email protected] --- (In reply to Andrej Mitrovic from comment #1) > what if the original type is a user-defined type > that already defines the get() method? Then perhaps you need to write this? auto y3 = sin(x.get.get); --
