#include "tensorstore/tensorstore.h"
template <typename Source, typename Dest>
constexpr bool tensorstore::CanReadTensorstoreToArray;

Evaluates whether the constraints required for tensorstore::Read are satisfied.

Used to specify the return type of tensorstore::Read.