-
#include "tensorstore/index_interval.h"
-
static constexpr IndexInterval
tensorstore::IndexInterval::UncheckedHalfOpen(
Index inclusive_min,
Index exclusive_max) noexcept; Constructs an interval from an inclusive lower bound and exclusive upper bound.
- Pre:¶
- Returns:¶
IndexInterval(inclusive_min, exclusive_max - inclusive_min)
.