#include "tensorstore/array.h" template <typename Array0, typename... Array>bool tensorstore::ArraysHaveSameShapes(const Array0& array0, const Array&... array); Checks that all array arguments have the same shape.