16MB static arrays again...

Shachar Shemesh via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 24 02:24:57 PDT 2016


On 24/08/16 12:08, Tomer Filiba wrote:
>     @property T[] slice() {
I think change that to:
@property ref T[N] slice() {

Shachar


More information about the Digitalmars-d mailing list