absl::Span::remove_suffix

Removes the last n elements from the span.

Synopsis

Declared in <absl/types/span.h>

void
remove_suffix(size_type n) noexcept;

Parameters

NameDescription
nNumber of elements to remove from the back.