Returns an iterator to the first occurrence of the substring needle.
If the substring needle does not occur, Cord::char_end() is returned.
An iterator to the first occurrence, or char_end() if not found.
| Name | Description |
|---|---|
| needle | The substring to search for. |