Hacker News new | ask | show | jobs
by runevault 1119 days ago
This is the first time I've understood what the compiler is meaning with FnOnce (that it is moving the captured item back out of the closure, whether by Drop or other means). Glad I read the article now.