-
#include "tensorstore/index_interval.h" - constexpr bool tensorstore::IsFiniteIndex(Index index);
Returns
trueifindexis within the finite range: [kMinFiniteIndex,kMaxFiniteIndex].
#include "tensorstore/index_interval.h"Returns true if index is within the finite range:
[kMinFiniteIndex, kMaxFiniteIndex].