-
#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_stop
orinclusive_start:exclusive_stop:step
slice expression, whereinclusive_start
andexclusive_stop
are omitted if equal tostd::nullopt
andstep
is omitted if equal to1
.