static ItIt countIterator_incl(int a, int b) { ret countIterator_inclusive(a, b); } static ItIt countIterator_incl(int a, int b, int step default 1, IF1 f) { ret countIterator_inclusive(a, b, step, f); } static ItIt countIterator_incl(double a, double b, double step, IF1 f) { ret countIterator_inclusive(a, b, step, f); }