static O[] prependParamIfOddCount(O x, O[] params) { if (odd(l(params))) ret itemPlusObjectArray(x, params); ret params; }