pub fn xor_within(data: &mut ShardsRefMut<'_>, x: usize, y: usize, count: usize)
Expand description
data[x .. x + count] ^= data[y .. y + count]
Ranges must not overlap.
pub fn xor_within(data: &mut ShardsRefMut<'_>, x: usize, y: usize, count: usize)
data[x .. x + count] ^= data[y .. y + count]
Ranges must not overlap.