Ralith / hypermine

A hyperbolic voxel game
Apache License 2.0
160 stars 20 forks source link

Replace .iter().copied() on arrays with .into_iter() #382

Closed inthar-raven closed 7 months ago

inthar-raven commented 7 months ago

ref #381

inthar-raven commented 7 months ago

(In short because .into_iter() consumes the original collection)