Returns a reference to the ith element of the fixed array.
Declared in <absl/container/fixed_array.h>
<absl/container/fixed_array.h>
reference operator[](size_type i);
REQUIRES: 0 <= i < size()
A reference to the ith element.