about summary refs log tree commit diff
path: root/library/core/src/str/count.rs
AgeCommit message (Expand)AuthorLines
2022-02-05Fix comment grammar for `do_count_chars`Thom Chiovoloni-1/+1
2022-02-05Respond to review feedback, and improve implementation somewhatThom Chiovoloni-20/+40
2022-02-05Optimize `core::str::Chars::count`Thom Chiovoloni-0/+116