#pragma once #ifndef _NB_UTIL #define _NB_UTIL #include namespace nb{ template struct Size { std::array vals; }; }; #endif