================ @@ -194,6 +194,15 @@ class string_view { return End - 1; return npos; } + + // Finds the frist character not equal to c in this view, starting at position ---------------- lntue wrote: nit: *first* https://github.com/llvm/llvm-project/pull/84974