Skip to content

lib.rs iterator modularization #627

Description

@alejandro-vaz

lib.rs not only contains the implementation of SmallVec, but all its iterators as well: Drain, ExtractIf, IntoIter, Splice (except the parallel iterator)

the goal is to move each struct with its implementations into a file under src/iterators/ which is already created

expect conflicts regarding visibility

this comes originally from #479 but was cancelled due to its complexity back then. it probably is as complex now but we have to do it anyway

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

good first issueGood for a first contributorhelp wantedNo clear candidate to implement itr-refactorrelated to refactoring

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions