#include "tensorstore/util/span.h" template <ptrdiff_t Count>constexpr span<element_type, Count>tensorstore::span<T, Extent>::first() const; Returns a static extent subspan of the first Count elements. Dchecks:¶ size() >= Count