static L take10(L l) { ret takeFirst10(l); } static L take10(Iterable i) { ret takeFirst10(i); }