#include "tensorstore/index.h"
constexpr const Index tensorstore::kInfIndex = 0x3fffffffffffffff;

Special Index value representing positive infinity.

The special value of -kInfIndex when used as a lower bound indicates an index range that is unbounded below, and the special value of +kInfIndex when used as an upper bound indicates an index range that is unbounded above.