#include "tensorstore/util/span.h" template <ptrdiff_t Offset, ptrdiff_t Count = dynamic_extent>constexpr auto tensorstore::span<T, Extent>::subspan() const; Returns a subspan from the starting offset Offset with the specified Count.