Oh, I forgot about the reference: (*it as f64) / 255_f64
(you can also instead add a .copied()
adaptor right after the .iter()
)
Oh, I forgot about the reference: (*it as f64) / 255_f64
(you can also instead add a .copied()
adaptor right after the .iter()
)