#include "tensorstore/index_space/dimension_identifier.h"
std::optional<DimensionIndex>
tensorstore::DimRangeSpec::inclusive_start;

Inclusive start index.

If not specified, defaults to 0 if step > 0 and rank - 1 if step < 0. A negative value -n is equivalent to rank - n.