static > IntRange sizeRangeOfCollections(Iterable l) { IntRange r = null; fOr (B c : l) r = rangePlus(r, l(c)); ret r; }