https://issues.dlang.org/show_bug.cgi?id=22991
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Iain Buclaw <[email protected]> --- (In reply to kinke from comment #0) > public S* deserializeFull(int i) { > return &[ getS(i) ][0]; > } Related example: public S[int] deserializeFull2 () { return [0:getS()]; } --
