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