-
#include "tensorstore/index_space/dimension_identifier.h"
-
std::optional<DimensionIndex>
tensorstore::DimRangeSpec::inclusive_start; Inclusive start index.
If not specified, defaults to
0
ifstep > 0
andrank - 1
ifstep < 0
. A negative value-n
is equivalent torank - n
.