static A listGet(L l, int idx) { ret l != null && idx >= 0 && idx < l(l) ? l.get(idx) : null; }