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
Methods like Intervals.expand should wrap the arrays they internally create (using FinalInterval.wrap) instead of copying them into a new FinalInterval.
Also It would be good if these methods would just return Interval instead of FinalInterval. But probably we cannot change that without breaking stuff. A possible way forward is deprecating Intervals and adding equivalent static methods to the Interval interface.
The text was updated successfully, but these errors were encountered:
Methods like
Intervals.expand
should wrap the arrays they internally create (usingFinalInterval.wrap
) instead of copying them into a newFinalInterval
.Also It would be good if these methods would just return
Interval
instead ofFinalInterval
. But probably we cannot change that without breaking stuff. A possible way forward is deprecatingIntervals
and adding equivalent static methods to theInterval
interface.The text was updated successfully, but these errors were encountered: