Hacker News new | ask | show | jobs
by nostrademons 4155 days ago
I think he may not understand that Rust has move semantics by default, and so returning a Box just transfers ownership of that object.