Lioncash a9663669dc Common/CommonFuncs: Remove now-unneccessary ArraySize function
Since C++17, non-member std::size() is present in the standard library
which also operates on regular C arrays. Given that, we can just replace
usages of ArraySize with that where applicable.

In many cases, we can just change the actual C array ArraySize() was
called on into a std::array and just use its .size() member function
instead.

In some other cases, we can collapse the loops they were used in, into a
ranged-for loop, eliminating the need for en explicit bounds query.
2019-06-01 10:07:57 -04:00
..
2019-04-22 20:32:01 -04:00
2019-03-31 05:27:34 +02:00
2018-07-07 00:48:38 +02:00
2018-07-07 00:48:38 +02:00
2019-04-05 07:01:03 -04:00
2019-03-13 14:30:43 +01:00
2019-05-25 20:22:52 +02:00
2019-05-25 20:22:52 +02:00
2018-07-07 00:48:38 +02:00
2018-07-07 00:48:38 +02:00
2019-02-25 20:15:12 +00:00
2019-02-25 20:15:12 +00:00
2019-02-25 20:15:12 +00:00
2018-07-07 00:48:38 +02:00
2019-03-04 21:53:02 +01:00
2018-07-07 00:48:38 +02:00
2018-07-07 00:48:38 +02:00