Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TRPL: minor correction on how
chars().nth()
work
The previous wording was confusing. While would we need to go through the whole list just to find the first code point? `chars()` being an iterator, we only need to walk from the beginning of the list.
- Loading branch information