static L pnlMap(IF1 f, Iterable l) { ret pnlMap(l, f); } static L pnlMap(Iterable l, IF1 f) { ret pnl(map(l, f)); }