Hi!
Apologies for what might be a stupid question since I’ve worked less with the state side of things, but I’m using RangeSet.compare to compare two sets, one before being mapped to the change, and one after being mapped to the change desc + being updated with RangeSet.update.
I am working with point ranges, and I’m being notified on changes on the ranges except for ranges the are fully covered by a deletion (those that would have been deleted by rangeSet.map(update.changes). I’m just curious if RangeSet.compare isn’t meant to do something like trying to recover what ranges where deleted by map? Though I’m probably misunderstanding something about its use.
Thanks!