static L lambdaMapLike lambdaMap(IF1 f, Iterable l) { ret map(l, f); } static L lambdaMapLike lambdaMap(IF1 f, A[] l) { ret map(l, f); }