Gama11, I see that works for other objects, but for an array of Ints or Bools, putting in an out-of-bounds index gives me 0 or false, respectively.
I can also see that, given usual patterns of accessing arrays, maybe it’s not so common anyway to pull an array index out of the sky and need to check it before use.