Returns an iterator to the first occurrence of the Cord needle.
needle
Declared in <absl/strings/cord.h>
<absl/strings/cord.h>
CharIterator Find(absl::Cord const& needle) const;
If needle does not occur, Cord::char_end() is returned.
Cord::char_end()
An iterator to the first occurrence, or char_end() if not found.
char_end()