Hacker News new | ask | show | jobs
by munificent 1543 days ago
Interesting! This reminds of me of what it feels like to write const-correct code in C++.
1 comments

It's like unique_ptr<T> and move() semantics in C++.