Returns a reference to the element at index, with bounds checking.
index
Declared in <absl/types/any_span.h>
<absl/types/any_span.h>
constexpr reference at(size_type index) const;
A reference to the element at index.