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

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

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