static long totalLengthOfStrings(Iterable l) { long total = 0; fOr (S s : l) total += l(s); ret total; }