EmbarkStudios / mirror-mirror

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

Make iterators cheaper #24

Closed davidpdrsn closed 1 year ago

davidpdrsn commented 1 year ago

Fixes https://github.com/EmbarkStudios/mirror-mirror/issues/3

The mutable iterators still need to allocate because GATs but this makes the immutable ones cheaper.