Y
Hacker News
new
|
ask
|
show
|
jobs
by
tarpden
4546 days ago
Are "unique pointers" == "owned pointers"?
2 comments
Ygg2
4546 days ago
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).
link
dbaupp
4546 days ago
Yes, ~T.
link