Replaces explicitly-sized std::array definitions that carry a full braced initializer with std::to_array (size deduced) or, where the value is only iterated, a named std::initializer_list. This removes redundant element counts that must otherwise be kept in sync by hand.
Pull Request resolved: #185607
Approved by:...