Hacker News new | ask | show | jobs
by dualogy 4367 days ago
> Generics?

Built-in slice and map types cover most real-world needs quite neatly anyway.

1 comments

For some applications. But once you start venturing into the realms that Rust is targeting, having user defined generic data structures is very important.