The number of elements stored inline before heap allocation is used.
Declared in <absl/container/fixed_array.h>
inline constexpr static
size_type inline_elements = (N == kFixedArrayUseDefault ? kInlineBytesDefault / sizeof(value_type)
: static_cast<size_type>(N));