Calculates the number of values shared by this range and the other range specified.
instance to compare with this
the number of values shared by the two ranges
Exception if both this instance and other cover the full range, i.e. this.is_full_range && other.full_range is true. (This is to prevent an integer overflow.)
See Implementation
Calculates the number of values shared by this range and the other range specified.