In the code I'm writing, it would be useful to have Default on WeakPtr so I don't need to wrap it in an extra layer of Option. This would make it more like std::rc::Weak and I think presents no problem because the null pointer is valid.
Happy to send a PR, I'm filing as an issue first to verify that it would be wanted, and in case there's a problem with the idea I'm missing.
In the code I'm writing, it would be useful to have
DefaultonWeakPtrso I don't need to wrap it in an extra layer ofOption. This would make it more like std::rc::Weak and I think presents no problem because the null pointer is valid.Happy to send a PR, I'm filing as an issue first to verify that it would be wanted, and in case there's a problem with the idea I'm missing.