Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Could the opposite happen? What if you have `~~` pointer or `~&~` pointer?


I've never seen `~~` except for workarounds caused by the current lack of dynamically sized types (which is being fixed). `~&` is not very useful, as you'd be placing a stack-bounded lifetime on the heap (except for 'static, I suppose, but I've never seen that).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: