Hacker News new | ask | show | jobs
by sten 2631 days ago
Could I trouble you to give me an example of the second one? Something rust provides that might be better to learn the hard way?
1 comments

I think that dynamically sized types make life easier in places where it might be good to figure out how to manipulate the concrete data.

https://doc.rust-lang.org/reference/dynamically-sized-types....

Thanks