#include "tensorstore/util/span.h"
constexpr reference tensorstore::span<T, Extent>::back() const;

Returns a reference to the last element.

Dchecks:

size() > 0