https://issues.dlang.org/show_bug.cgi?id=12573
--- Comment #3 from Steven Schveighoffer <[email protected]> --- (In reply to yebblies from comment #2) > Yeah, doesn't make much sense for 'ref'. But what about 'out'? out parameters are addressable just like ref ones. Only difference is they are initialized upon entry. In other words, they have the same issue. Only return values aren't directly addressable. If out variables were write-only, then it might make sense. --
