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); }