#include "tensorstore/index_space/index_transform.h"
template <typename Array>
  
requires IsArray<Array>
IndexTransform<Array::static_rank, Array::static_rank>
tensorstore::IdentityTransformLike(const Arrayarray);

Returns an identity transform over the input domain of an array.

The lower and upper bounds of the returned transform are explicit.