-
#include "tensorstore/index_space/dimension_identifier.h"
-
std::optional<DimensionIndex>
tensorstore::DimRangeSpec::exclusive_stop; Exclusive stop index.
If not specified, defaults to
rank
ifstep > 0
and-1
ifstep < 0
. A negative value-n
is equivalent torank - n
(the default value of-1
ifstep < 0
is not subject to this normalization).