mirror of
https://github.com/SFML/SFML.git
synced 2025-03-14 01:40:05 +08:00
std::array lets us have a single source of truth for array size rather than needing separate constants or magic numbers that have to stay in sync with the underlying array.