#include "tensorstore/util/str_cat.h"
template <typename Element, ptrdiff_t N>
std::ostream&
tensorstore::operator<<(std::ostreamos,
                        
::tensorstore::span<Element, N> s);

Prints a string representation of a span.

Requires:

Element supports ostream insertion.