#include "tensorstore/index_interval.h"
static constexpr IndexIntervalRef
tensorstore::IndexIntervalRef::UncheckedSized(Indexinclusive_min,
                                              
Indexsize);

Returns an IndexIntervalRef that refers to the specified inclusive_min and size values.

The values of inclusive_min and size are not checked at the time of construction. However, any operation other than operator= is invalid if IndexInterval::ValidSized(inclusive_min, size) does not hold.