Nested std::array of primitive type initialization to default value
We know std::array<double, N>
Can be initialized to all-zero by
Nested std::array of primitive type initialization to default value
We know std::array<double, N>
Can be initialized to all-zero by