EmbarkStudios / mirror-mirror

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

Support reflecting sets #140

Closed davidpdrsn closed 6 months ago

davidpdrsn commented 6 months ago

Checklist

Description of Changes

While working on enabling reflection for more of our internal types I ran into a bunch of UnorderedPrimitiveSet<EntityId>. That type doesn't implement Reflect because we don't support sets. I don't remember why we haven't had sets previously but I think it makes sense to have.