Y
Hacker News
new
|
ask
|
show
|
jobs
by
zarzavat
194 days ago
I'm confused why drop() is a function that you have to import inside the closure instead of a method.
1 comments
W4G1
193 days ago
It was a design decision to make the syntax feel as familiar to Rust as possible. But I do agree that it's a bit verbose and that it won't hurt to add a .dispose() handle to the objects themselves.
link