-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
A-ReflectionRuntime information about typesRuntime information about typesC-FeatureA new feature, making something new possibleA new feature, making something new possible
Description
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
Labels
A-ReflectionRuntime information about typesRuntime information about typesC-FeatureA new feature, making something new possibleA new feature, making something new possible
Type
Projects
Status
Done