static A objectArrayGet(A[] array, int i) { ret array == null ?: array[i]; }