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