Use DisjointIntervalSet as return value for Subtract()
Closed this issue · 2 comments
marsop commented
At the moment we are returning List which is sub-optimal since we have an interface to define the shape of the returning object.
mqueirozcorreia commented
Just did here #20
Please let me know if you miss any other thing.
marsop commented
Merged.
Thanks a lot @mqueirozcorreia