https://issues.dlang.org/show_bug.cgi?id=16381
--- Comment #3 from Bartek Siudeja <[email protected]> --- True, but: My wrapper is a superclass of an abstract storage class, and not all implementations can return a reference to float4. Another superclass looks more or less like std.container.Array!bool, so the common interface/base class can't use ref. --
