#include "tensorstore/index_space/transformed_array.h"
template <typename Expr, typename T>
auto tensorstore::ApplyIndexTransform(Expr&exprT&t);

Applies a function that operates on an IndexTransform to a transformed array. The result is always a TransformedArray.

This allows DimExpression objects to be used with transformed arrays.