Hacker News new | ask | show | jobs
by tarpden 4546 days ago
Are "unique pointers" == "owned pointers"?
2 comments

Sorry about the confusion, I just translate ~T as a Uniq<T> because they are unique (i.e. you can't use them without cloning) and they were called like that on a mailing list a few times (IIRC).
Yes, ~T.