absl::Span::cbegin

Returns a const iterator to the first element.

Synopsis

Declared in <absl/types/span.h>

constexpr
const_iterator
cbegin() const noexcept;

Return Value

A const iterator to the first element, or cend() if empty.