-
#include "tensorstore/index_space/dimension_identifier.h" -
friend std::ostream&
tensorstore::DimRangeSpec::operator<<(std::ostream& os,
const DimRangeSpec& spec); Returns a Python-style
inclusive_start:inclusive_stoporinclusive_start:exclusive_stop:stepslice expression, whereinclusive_startandexclusive_stopare omitted if equal tostd::nulloptandstepis omitted if equal to1.