#include "tensorstore/util/span.h"
template <typename U, ptrdiff_t N>
constexpr tensorstore::span<T, Extent>::span(const span<U, N>other);

Converts from a compatible span type.