Name: Anonymous 2012-02-22 16:35
whoever wins, /prog/ loses
arr.length for any array arr. Assigning to arr.length reallocates the array. Array accesses are bounds checked; code that enjoys risking buffer overruns can scare the pointer out of the array (by using arr.ptr) and then use unchecked pointer arithmetic.arr.length?!