Return a StringRef equal to 'this' but with the first N elements dropped.
N
Declared in <llvm/ADT/StringRef.h>
<llvm/ADT/StringRef.h>
[[nodiscard]] StringRef drop_front(size_t N = 1) const;
StringRef with the first N characters removed.
The return value should not be discarded.