FYI: I’ve been spending a lot of time cleaning up the coercions in the framework code. All the “as” calls add measurable time when combined. To make it clear when as coercions are really needed, I started adding annotations to *every* use of coercions and I use either @royaleignorecoercion or @royaleemitcoercion depending on the use case.
Harbs
