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