Hacker News new | ask | show | jobs
by hellcatv 3288 days ago
It seems like use-after-free is still a potential issue, even with those guard rails. Rust deals with those through named lifetimes --would those ideas be useful in D as well?