#include "tensorstore/array.h"
template <typename Element>
SharedArray<Element, 0>
tensorstore::MakeScalarArray(const Elementx);

Returns a rank-0 array containing a copy of the specified value.