#include "tensorstore/util/span.h" constexpr referencetensorstore::span<T, Extent>::operator[](index_type i) const noexcept; Returns a reference to the element at the specified index. Dchecks:¶ i >= 0 && i <= size()