[#absl-Span-remove_prefix] = xref:absl.adoc[absl]::xref:absl/Span.adoc[Span]::remove_prefix :relfileprefix: ../../ :mrdocs: Removes the first `n` elements from the span. == Synopsis Declared in `<absl/types/span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void remove_prefix(xref:absl/Span/size_type.adoc[size_type] n) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *n* | Number of elements to remove from the front. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#