is it possible to loop through a list without gene...
# announcements
d
is it possible to loop through a list without generating garbage? the for(i in 0 until n) list[i] allocates memory for the iterator right?