Skip to content

Missing Reflect impl for VecDeque #5791

@ItsDoot

Description

@ItsDoot

What problem does this solve or what need does it fill?

It would be nice to be able to use a queue/stack like data structure in components; VecDeque fits that.

What solution would you like?

Implement the reflect family of traits for VecDeque.

What alternative(s) have you considered?

Using Vec, which is annoying to use as a queue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-ReflectionRuntime information about typesC-FeatureA new feature, making something new possible

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions