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