-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
iterationInvolves iteration or the iteration protocolInvolves iteration or the iteration protocolspeculativeWhether the change will be implemented is speculativeWhether the change will be implemented is speculative
Description
Would there be any interest in adding an AbstractIterator{T} type in base? There seems to be a common pattern of defining an iterator type anyways (e.g., KeyIterator, ValueIterator) and I think it would help with a lot of design issues within the package ecosystem if we could just accept an AbstractIterator{T} where T is some common eltype we want to support.
lairez, fonsp, singularitti, schneiderfelipe, rymanderson and 5 moreararslan
Metadata
Metadata
Assignees
Labels
iterationInvolves iteration or the iteration protocolInvolves iteration or the iteration protocolspeculativeWhether the change will be implemented is speculativeWhether the change will be implemented is speculative