Hacker News new | ask | show | jobs
by Ericson2314 2222 days ago
> (I don't understand your point about drop<T>)

Ah I meant to write the function signature:

> fn drop<T>(T);

contrasted with the:

> fn drop<T>(&mut T);

that we have today