Compute the set difference between two interval sets. The specific operation is {@code left - right}. If either of the input sets is {@code null}, it is treated as though it was an empty set.
See Implementation
Compute the set difference between two interval sets. The specific operation is {@code left - right}. If either of the input sets is {@code null}, it is treated as though it was an empty set.