Michael Cortese
Results
2
issues of
Michael Cortese
remove redundant code in fill_slice add bounds check for offset + data.len() against memory size and perform the memory copy in a single unsafe block using copy_from_slice
#995 in cases where there is a Rect with a negative width or height, `Rect::normalized(&self)` returns a Rect with a positive width and height, adjusting the corner back to the...