static O[] params_unpackList(O[] params) { if (l(params) == 1 && params[0] instanceof L) ret toObjectArray((L) params[0]); ret params; }