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