static L lambdaMapLike mapCloned(IF1 f, Iterable l) { ret mapOverClone(f, l); } static L mapCloned(Iterable l, IF1 f) { ret mapOverClone(l, f); }