Returns a span containing the first len elements.
len
Declared in <absl/types/span.h>
<absl/types/span.h>
constexpr Span first(size_type len) const;
len must be <= size().
<= size()
A span over the first len elements.