CARB_COUNTOF32#

Defined in carb/Defines.h

CARB_COUNTOF32(a)#

Returns the count of an array as a uint32_t at compile time.

Parameters:
  • a – The array to count.

Returns:

The number of elements in a.