Hacker News new | ask | show | jobs
by ben0x539 1541 days ago
Rust also enthusiastically monomorphizes generic code. Templates vs generics seems to be more about the duck typing C++ templates use vs generics doing type parameters with statically checked constraints on the types.