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
By letting `Fuse` track iterator exhaustion, the implementation of
`Chain` becomes a lot simpler. However, we don't want `FusedIterator`
specialization to keep visiting an exhausted side of the chain,
especially with nested chains, so a `Defuse` wrapper hides that
possibility.
0 commit comments