zune_inflate::utils

Function fixed_copy_within

source
pub fn fixed_copy_within<const SIZE: usize>(
    dest: &mut [u8],
    src_offset: usize,
    dest_offset: usize,
)
Expand description

A safe version of src.copy_within that helps me because I tend to always confuse the arguments