Hacker News new | ask | show | jobs
by orf 1252 days ago
As I understand it &impl Meower also uses dynamic dispatch, whereas the generic version will generate a specialized version for each concrete type it is called with.
1 comments

Are you sure? I thought that was dyn Meower.
You’re right! My bad