static O[] paramsPlus(O[] a1, O... a2) { if (l(a2) == 2 && a2[0] == null) ret a1; ret concatArrays(assertEvenLength(a1), assertEvenLength(a2)); }