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

Wait, they've got rid of unique pointers? When did that happen? They were there a couple of months ago. That was one of my favourite language features...


My understanding is that they're still there, just as part of the standard library rather than as a language feature.


That's correct. What used to be ~T is now Box<T>. We say 'boxes' instead of 'unique pointers' now.




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

Search: