static A getOr(L l, int i, A defaultValue) { ret or(get(l, i), defaultValue); }