Removes the first n elements from the span.
Synopsis
Declared in <absl/types/span.h>
void
remove_prefix(size_type n) noexcept;
Parameters
Name |
Description |
n |
Number of elements to remove from the front. |
Created with MrDocs