#include "tensorstore/index_space/index_transform.h"
template <DimensionIndex Rank>
IndexTransform<Rank, Rank> tensorstore::IdentityTransform(
    
const std::string_view (&labels)[Rank]);
template <typename Labels>
auto tensorstore::IdentityTransform(const Labelslabels);

Returns an identity transform with the specified dimension labels.

The input domain of the returned transform is unbounded with implicit lower and upper bounds and explicit labels.

Requires:

Labels is span-compatible with a span::value_type of std::string, std::string_view, or const char*.