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

Exclusive stop index.

If not specified, defaults to rank if step > 0 and -1 if step < 0. A negative value -n is equivalent to rank - n (the default value of -1 if step < 0 is not subject to this normalization).