static int minInt(Iterable l) { ret intMin(l); } static int minInt(int... l) { ret intMin(l); }