Skip to main content

move_within

Function move_within 

Source
pub fn move_within(
    buffer: &mut [u8],
    src_start: usize,
    len: usize,
    dst_start: usize,
) -> ProgramResult
Expand description

Move a byte range inside one buffer, allowing overlap.