Skip to content

Feature request: public iterator types #101

Open
@nicholasbishop

Description

@nicholasbishop

The lines and split methods currently return impl DoubleEndedIterator<Item = &AsciiStr>. It would be nice if they returned a concrete type, similar to std::str::Lines and std::str::Split. A concrete type allows the the iterator to be easily stored in a struct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions