using memset withing a pure function

Temtaime via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Aug 15 12:50:53 PDT 2015


There's a problem with « dst[0 .. n] = val; ».
It should be « dst[0 .. n][] = val; »


More information about the Digitalmars-d-learn mailing list