mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-16 21:13:28 +00:00
Now that all elements of the std::vector would otherwise be constexpr, we can use a std::array here instead, given they're all able to deterministically be available at compile-time. This gets rid of a runtime static heap allocation at program start.