image icon indicating copy to clipboard operation
image copied to clipboard

rename `unsafe_get_pixel` to `get_pixel_unchecked`?

Open TianyiShi2001 opened this issue 4 years ago • 1 comments

Personally I think it's better to use .get_pixel_unchecked since there exist .get_unchecked() and .get_unchecked_mut for std slices.

Additionally, would .get_pixel_unchecked_mut be useful?

TianyiShi2001 avatar Oct 10 '20 09:10 TianyiShi2001