// // Created by Patrick Maschek on 24.12.2023. // #ifndef UDIFF_HELPER_H_ #define UDIFF_HELPER_H_ #include namespace cc::helper { template constexpr std::size_t array_size(const T(&)[N]) { return N; } }; // cc #endif //UDIFF_HELPER_H_