https://issues.dlang.org/show_bug.cgi?id=13629
--- Comment #2 from [email protected] --- A workaround: struct C { const B[1] b_; @property ref const(B) b() {return b_[0];} } --
https://issues.dlang.org/show_bug.cgi?id=13629
--- Comment #2 from [email protected] --- A workaround: struct C { const B[1] b_; @property ref const(B) b() {return b_[0];} } --