Dawoodoz / DFPSR

Fast realtime softare rendering library for C++14 using SSE/AVX/NEON. 2D, 3D and isometric rendering with minimal system dependencies.
https://dawoodoz.com/dfpsr.html
78 stars 6 forks source link

Implicit cloning of Array and Field #92

Closed Dawoodoz closed 9 months ago

Dawoodoz commented 9 months ago

For consistency with List, implicit cloning is now allowed for Array and Field collections. You can then create an array from another or just assign content of the same dimensions without reallocating.

Added regression tests for Field methods in the new Algorithm API.