Closed camsteffen closed 2 years ago
Yeah, we probably should add this here and to the std
What is the state of this? I just realised I would need a get_mut_or_init
. To get a &mut
after initialisation.
waiting for someone to submit a PR with implementaiton, docs & tests :)
waiting for someone to submit a PR with implementaiton, docs & tests :)
Count me in then! Would need some guidance probably. But expect a PR soon 😄
This exists now
I see that
DerefMut
was added toLazy
. Should there also beforce_mut
then?