rust/library
Ryan Lopopolo 963bd3b643
Implement more Iterator methods on core::iter::Repeat
`core::iter::Repeat` always returns the same element, which means we can
do better than implementing most `Iterator` methods in terms of
`Iterator::next`.

Fixes #81292.
2021-05-15 10:37:05 -07:00
..
2021-04-25 13:48:03 -07:00
2021-04-09 15:33:43 +02:00
2021-05-02 17:46:00 -06:00
2021-05-12 00:55:03 +02:00
2021-05-13 15:01:09 +02:00
2021-05-12 00:55:03 +02:00