EmbarkStudios / mirror-mirror

🪞 Powerful reflection library for Rust
Apache License 2.0
79 stars 2 forks source link

impl Reflect for VecDeque #148

Closed davidpdrsn closed 1 month ago

davidpdrsn commented 1 month ago

Checklist

Description of Changes

Needed for something internally. Just copied the Vec impls and modified them as necessary.