Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 732 Bytes

count-by.md

File metadata and controls

21 lines (14 loc) · 732 Bytes

CountBy

Applies a key-generating function to each element of a sequence and returns a sequence of unique keys and their number of occurrences in the original sequence.

// TODO add example

For more details, see the documentation.


✏ Edit this page if you see a typo or wish to contribute an improvement. Alternatively, you can also report an issue you see.