rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.72k stars 309 forks source link

Position<Item> -> (Position, Item) #699

Closed phimuemue closed 1 year ago

phimuemue commented 1 year ago

As suggested in #651, we could simplify with_position's API by yielding (Position, Item) instead of Position<Item>.

Note: This is a breaking change.

bors[bot] commented 1 year ago

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here. For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.