Hacker News new | ask | show | jobs
by pdpi 3742 days ago
It's more accurate to say that it takes ownership of the captured environment. Whether that means copying the values or moving ownership depends on whether the values are of a type that implements Copy