Trait PartialDrop
pub(in ::array::iter::iter_inner) trait PartialDrop
Required Methods
unsafe fn partial_drop(&mut self, alive: IndexRange)Safety
self[alive]are all initialized before the call, then are never used (without reinitializing them) after it.
Implementors
impl<T> PartialDrop for [MaybeUninit<T>]impl<T, const N: usize> PartialDrop for [MaybeUninit<T>; N]