[Issue 1323] Implement opIn_r for arrays

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 9 12:12:52 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1323





------- Comment #5 from shro8822 at uidaho.edu  2007-07-09 14:12 -------
How about make

(i in array)

go to

((i>=0 && i<array.length) ? &array[i] : null)


-- 



More information about the Digitalmars-d-bugs mailing list