Suppose I have a list of events with a start and end, I wish to find which events overlap with my query ie ```ts event.start > query.end && query.start > event.end ``` Is it possible to repurpose this library for that use case?
Suppose I have a list of events with a start and end, I wish to find which events overlap with my query ie
Is it possible to repurpose this library for that use case?