Returns an iterator to the first element.
Declared in <absl/types/span.h>
<absl/types/span.h>
constexpr iterator begin() const noexcept;
An iterator to the first element, or end() if empty.
end()