What does it mean: buffer[0 .. kSize] = input[index .. (index + Size)];

t0mek t0mek at com.com.com.com.com
Fri Jul 25 03:00:17 PDT 2008


> It is *exactly* the same (however, a memcpy could be used under the hood), 
> i.e.
> - there is no allocation
> - data will be overwritten
> - an OutOfBounds exception will be thrown if array is not large enough

Thanks!

Regards,
t0mek 



More information about the Digitalmars-d-learn mailing list