Function slice_shl

Source
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.