mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-24 16:32:58 +00:00
This allows the array to be constexpr. std::function is also allowed to allocate memory, which makes its constructor non-trivial, we definitely don't want to have all of these execute at runtime, taking up time before the application can actually load.