Function powerfmt::buf::maybe_uninit_write_slice
source ยท fn maybe_uninit_write_slice<'a, T>(
this: &'a mut [MaybeUninit<T>],
src: &[T],
) -> &'a mut [T]where
T: Copy,
Expand description
Equivalent of [MaybeUninit::write_slice
] that compiles on stable.