Function diff

Source
fn diff<T: Pixel>(
    dst: &mut [MaybeUninit<i16>],
    src1: &PlaneRegion<'_, T>,
    src2: &PlaneRegion<'_, T>,
)
Expand description

Write into dst the difference between the blocks at src1 and src2