On Thu Jul 13 18:07:29 2023 +0000, Gabriel Ivăncescu wrote:
There's no need for a cast though. `ARRAY_SIZE` is already `size_t` (because it's implemented with `sizeof`), and a comparison between a signed integer and an unsigned integer with at least as many bits is always promoted to unsigned.
That is true. This thread can be dismissed then.