foundry-rs / compilers

Utilities for working with native solc and compiling projects.
Apache License 2.0
73 stars 41 forks source link

feat: use Box<dyn> in sparse functions #39

Closed DaniPopes closed 9 months ago

DaniPopes commented 9 months ago

To avoid boxing twice in case that an argument is already a box.