mvdnes/spin-rs

Implement Once::get_mut_unchecked and Once::into_inner_unchecked

zesterer opened this issue · 4 comments

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)

I'd really love to see this being implemented. Anything new?

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.

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