static O[] unrollParams(O[] params) { if (l(params) == 1 && params[0] instanceof Map) ret mapToParams(params); ret params; }