unsafe fn slice_shl<T>(slice: &mut [MaybeUninit<T>], distance: usize)
Expand description

Shifts the elements in a slice distance positions to the left.

Safety

The slice has at least distance elements.