Implement Once::get_mut_unchecked and Once::into_inner_unchecked
zesterer opened this issue · 4 comments
zesterer commented
Oh, of course. If get_unchecked_mut
takes &mut self
, then it would certainly make sense to implement that. But again, probably in another PR.
Originally posted by @4lDO2 in #109 (comment)
georglauterbach commented
I'd really love to see this being implemented. Anything new?
zesterer commented
This could be fairly trivially implement if someone wants to do it. Otherwise, I might be able to pick this up in a few weeks.
georglauterbach commented
This could be fairly trivially implement if someone wants to do it. Otherwise, I might be able to pick this up in a few weeks.
I will have a look and let you know whether there are any difficulties :D
georglauterbach commented
🚀