There was an error while loading. Please reload this page.
std::vec::IntoIter::as_mut_slice
&self
&mut
/u/dbaupp on reddit points out that this method can be called multiple times and result in getting multiple &mut [T] of the exact same data.
/u/dbaupp
&mut [T]