-
#include "tensorstore/array.h" -
friend std::ostream& tensorstore::
Array<ElementTagType, Rank, OriginKind, LayoutContainerKind>::
operator<<(std::ostream& os, const Array& array); -
template <typename Sink>
friend void tensorstore::
Array<ElementTagType, Rank, OriginKind, LayoutContainerKind>::
AbslStringify(Sink& sink, const Array& array); Prints the array to an
std::ostream.