We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Right now, our iterators are type aliases. Some iterators have their implementation partially hidden via Box but that still gets exposed.
Box
We should provide newtypes for our iterators so we are free to change them (like optimizing by removing Box) without causing a breaking change.