Skip to content

FromIterator for Deque #683

Description

@ollien

It would be really convenient if Deque implemented FromIterator, like Vec, so you could create one from an iterator. The obvious workaround is to just extend an empty Deque, but that seems less ergonomic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions