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

`Positions` based on `Enumerate` #816

Closed Philippe-Cholet closed 10 months ago

Philippe-Cholet commented 10 months ago

Following https://github.com/rust-itertools/itertools/pull/813#issuecomment-1847585114, with this PR, Positions now uses Enumerate internally.