https://issues.dlang.org/show_bug.cgi?id=17734
--- Comment #4 from Andrei Alexandrescu <[email protected]> --- Don't use methods. Instead, use regular functions with UFCS and overload on ref and non-ref to distinguish rvalues from rvalues. --
https://issues.dlang.org/show_bug.cgi?id=17734
--- Comment #4 from Andrei Alexandrescu <[email protected]> --- Don't use methods. Instead, use regular functions with UFCS and overload on ref and non-ref to distinguish rvalues from rvalues. --