Array reverse

Walter Bright newshound2 at digitalmars.com
Fri Nov 23 01:56:43 PST 2012


On 11/23/2012 1:14 AM, bearophile wrote:
> Feel free to recompile the code yourself to see if I have done some mistake :-)

You've got array bounds checking turned on for algorithm.reverse, and you 
avoided that in your code by using unchecked pointers.



More information about the Digitalmars-d mailing list