Functionsยง
- range_
diff ๐ - Calculate the difference of two ranges A and B, return (removed ranges, added ranges).
Note this is quite different from
range_except
. - range_
except ๐ - Calculate range (A - B), the result might be the union of two ranges when B is totally included in the A.