>>921
template <size_t t_n>
void my_func(std::array<data_t, t_n>& a)
{
...
}