Typedef Matrix

Typedef Documentation

using Matrix = std::array<std::array<T, HEIGHT>, WIDTH>