>>852
template <typename T, size_t N0, size_t N1>
using multi_array = array <array <T, N0>, N1>;