We have occurrences_between, but this only covers start times in the range, not all occurrences whose duration intersects the window (those that already started before, and are presently counted by occurring_between?).
I vote for adding open_occurrences_between(t0, t1) to cover the question from #153.
Or is there a better name for this?
occurrences_with_duration_between
occurrences_occurring_between
occurrences_intersecting_between
?
We have
occurrences_between, but this only covers start times in the range, not all occurrences whose duration intersects the window (those that already started before, and are presently counted byoccurring_between?).I vote for adding
open_occurrences_between(t0, t1)to cover the question from #153.Or is there a better name for this?