EmbarkStudios / mirror-mirror

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

Improve `Array`, `List`, and `Map` methods #136

Closed davidpdrsn closed 6 months ago

davidpdrsn commented 6 months ago

Checklist

Description of Changes

Pass over methods on Array, List, and Map that makes things more explicit and adds a few new useful methods:

Also deduplicated the Map impls.

Related Issues