Skip to content

modularize associated iterators #479

Description

@alejandro-vaz

the associated iterators of SmallVec are:

  • Drain => src/iterators/drain.rs
  • IntoIter => src/iterators/mod.rs
  • Splice => src/iterators/splice.rs
  • ExtractIf => src/iterators/extractif.rs

each of those iterators should be moved into their file with all its methods and implementations

rayon.rs should also be moved under iterators/

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for a first contributorhelp wantedNo clear candidate to implement itp-highhigh priorityr-refactorrelated to refactoring

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions