-
#include "tensorstore/index_interval.h" -
constexpr Index
tensorstore::ExplicitIndexOr(Index index, Index default_value); Returns
indexifindex != kImplicit, ordefault_valueotherwise.
#include "tensorstore/index_interval.h"Returns index if index != kImplicit, or default_value otherwise.