TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

feat(other): add `count_values`

Open Rudxain opened this issue 3 weeks ago • 0 comments

Generic frequency analysis

countValues could be implemented like countValuesBounded by using Iterator.from(it), but I decided to keep them different as they complement each other

Rudxain avatar Dec 27 '25 17:12 Rudxain