sbool inclusiveIntRangeContains(IntRange r, int i) { ret r != null && i >= r.start && i <= r.end; }