#include "tensorstore/util/span.h" template <typename = void>constexpr tensorstore::span<T, Extent>::span(pointer begin, pointer end); Constructs from begin and end pointers. Dchecks:¶ Extent == dynamic_extent || Extent == (end - begin)