-
#include "tensorstore/box.h"
-
IndexIntervalType tensorstore::BoxView<Rank, Mutable>::operator[](
DimensionIndex i) const; Returns the index interval for dimension
i
.If
Mutable == true
, returns anIndexIntervalRef
. Otherwise, returns anIndexInterval
.