mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 01:26:23 +01:00
![Billy Laws](/assets/img/avatar_default.png)
This avoids the excessive repetition needed for the case where array members have no default constructor. eg: ```c++ std::array<Type, 10> channels{util::MakeFilledArray<Type, 10>(typeConstructorArg, <...>)}; ```