static ItIt fromToI(int a default 0, int b) { ret countIterator(a, b); } static ItIt fromToI(int a default 0, int b, IF1 f) { ret countIterator(a, b, f); } static ItIt fromToI(int a, int b, int step) { ret countIterator(a, b, step); }