Rudimentary RAII class of 2D Array which occupy successive memory. More...
#include <utils_array.h>
Rudimentary RAII class of 2D Array which occupy successive memory.
Currently not used in CCGL, but maybe in future!
Refers to: origin implementation: https://stackoverflow.com/a/21944048/4837280 and memory leak fixed: https://stackoverflow.com/a/58309862/4837280