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
We define `iterate` on them for convenience, and `getindex` provides a
similar convenience for cases where you're not sure whether the rules
resulting from a call to `rrule`/`frule` will be a `Tuple`. So instead
of writing `partials isa Tuple ? partials[i] : partials`, you can now
just write `partials[i]`.
0 commit comments