rust/library
bors 80ed61fbd6 Auto merge of #96350 - austinabell:skip_optimization, r=Mark-Simulacrum
fix(iter::skip): Optimize `next` and `nth` implementations of `Skip`

This avoids calling nth/next or nth/nth to first skip elements and then get the next one (unless necessary due to usize overflow).
2022-08-15 03:09:20 +00:00
..
2022-08-12 16:28:15 -04:00
2022-08-07 11:56:12 -04:00
2022-08-10 19:42:24 +03:00