#include "tensorstore/util/span.h"
constexpr reference
tensorstore::span<T, Extent>::at(index_type i) const;

Returns a reference to the element at the specified index.

Checks:

i >= 0 && i < size()