Hacker News new | ask | show | jobs
by jandrewrogers 1467 days ago
There are good use cases for requiring the moved object to still be valid and accessible, such as when memory lifetimes are decoupled from object lifetimes. It enables some optimizations. The specific state depends on the design of the type and its use case.