Hacker News new | ask | show | jobs
by oconnor663 2738 days ago
> Rust implements generics solely through monomorphization

That doesn't sound right. Trait objects use dynamic dispatch.