#include "tensorstore/schema.h"
struct tensorstore::Schema::Shape : public span<const Index>;

Strongly-typed alias of span<const Index> for representing a shape constraint.