https://issues.dlang.org/show_bug.cgi?id=17734
--- Comment #5 from Per Nordlöw <[email protected]> --- (In reply to Andrei Alexandrescu from comment #4) > Don't use methods. Instead, use regular functions with UFCS and overload on > ref and non-ref to distinguish rvalues from rvalues. But the whole issue is about operator overloading, and those (sadly) must be members (currently). Are there any plans of changing this? --
