Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes. But I like that rust gives you the option.

In C, the only way to write a monomorphized hash table or array list involves horribly ugly macros that are difficult to write and debug. Rust does monomorphization by default, but you can also use &dyn trait for vtable-like behaviour if you prefer.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: