#include "tensorstore/index_space/transformed_array.h"
template <typename ArrayLike>
constexpr bool tensorstore::IsSharedArrayLike;

Bool-valued metafunction that evaluates to true if IsTransformedArrayLike<ArrayLike> and the associated element tag of the array satisfies IsShared.