You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
I think Extent() should return a valid Interval, not nil. The current behavior causes bugs like the one solved by #3.
To get a valid Interval out of an empty set, we will want to make the set constructors take an Interval factory of some kind.