Skip to content

Remove functions like vec::iter_between #2524

@erickt

Description

@erickt

Now that we have slices, we can replace functions like vec::iter_between(v, 5u, 10u) { |x| ...} with vec::iter(vec::view(v, 5u, 10u)) { |x| ... }.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions