-
#include "tensorstore/index_interval.h"
-
static constexpr IndexInterval
tensorstore::IndexInterval::UncheckedClosed(
Index inclusive_min,
Index inclusive_max) noexcept; Constructs an interval from inclusive lower and upper bounds.
- Pre:¶
- Returns:¶
IndexInterval(inclusive_min, inclusive_max - inclusive_min + 1)