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
IntRange duplicates functionality provided by RangeInt, but offers some nice simplifications, as well as exposes the right interface for use by StateMachine
RangeFactory.rangeOf() is awkward; perhaps the codebase is better off without a factory here
the heavy use of delegation tends to be confusing; is there a way to simplify (or at least clarify) how this works?
The text was updated successfully, but these errors were encountered:
In particular, note that:
The text was updated successfully, but these errors were encountered: