#include "tensorstore/util/span.h" constexpr tensorstore::span<T, Extent>::span(pointer ptr, index_type count); Constructs from the specified pointer and length. Dchecks:¶ Extent == dynamic_extent || count == Extent