static IntRange cncCorrect(IntRange r) { ret r == null ?: IntRange(r.start & ~1, r.end | 1); }