inline infix fun <T : Comparable<T>> Range<T>.and(other: Range<T>): Range<T>
Return the intersection of this range and other.
IllegalArgumentException - if this is disjoint from other.
IllegalArgumentException