Returns a reference to the ith element of this span.
i
Declared in <absl/types/span.h>
<absl/types/span.h>
constexpr reference operator[](size_type i) const noexcept;
A reference to the element at index i.