Returns an iterator to the first character of the Cord.
Generally, prefer using Cord::Chars() within a range-based for loop for iterating over the chunks of a Cord. This method may be useful for getting a CharIterator where range-based for-loops may not be available.
An iterator to the first character of the Cord.