Closed
Description
This module provides internal iterator adaptors, but internal iterators are being replaced throughout the standard library with external ones.
The Times
trait is the only part that's really still useful, so it can stay somewhere in libstd
until there's an external iterator replacement.
This should also help avoid confusion by making it obvious that external iterators are going to be the primary way to iterate.