#[no_mangle]
pub unsafe extern "C" fn nstd_core_slice_shift_right(
    slice: &mut NSTDSlice,
    x: usize
)
Expand description

Shifts a slice x times to the right.

Parameters

  • NSTDSlice *const slice - The slice.

  • const NSTDUSize x - Number of times to shift the slice.