Y
Hacker News
new
|
ask
|
show
|
jobs
by
marshray
4665 days ago
> What if you do wind up wanting to refer to s in the body later on?
Then copy s, don't move it.
1 comments
a8da6b0c91d
4665 days ago
The point is move makes things that look like values as annoying as pointers. You have to keep track.
link
marshray
4664 days ago
I'll buy that.
link