about summary refs log tree commit diff
path: root/library/core/src/str/count.rs
AgeCommit message (Expand)AuthorLines
2022-04-15Make some `usize`-typed masks definition agnostic to the size of `usize`Eduardo Sánchez Muñoz-3/+3
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