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
525: Add a chain! macro. r=jswrenn a=cassiersg
This is proposal to add a `chain!` macro which creates an iterator running multiple iterators sequentially.
It basically calls multiple times the standard `.chain()`. This macro is useful to avoid rightwards shift of the code when chaining many iterators.
For the implementation and tests, I took inspiration on the `izip!` macro.
Co-authored-by: Gaëtan Cassiers <gaetan.cassiers@uclouvain.be>
Co-authored-by: Gaëtan Cassiers <cassiersg@users.noreply.github.com>
0 commit comments