O(1)
function arrayGetNoBoundsChecking<A> input array<A> arr; input Integer index; output A value; end arrayGetNoBoundsChecking;