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