static A fourth(L l) { return _get(l, 3); } static A fourth(A[] bla) { ret bla == null || bla.length <= 3 ? null : bla[3]; }