BurntSushi / rust-stats

Basic statistical functions on streams for Rust.
The Unlicense
87 stars 19 forks source link

Add Frequencies::unique_values() iterator #10

Closed amrhassan closed 4 years ago

amrhassan commented 5 years ago

Hello. I've added this straight-forward method on Frequencies to return a borrowing iterator over the unique counted values.

amrhassan commented 5 years ago

Hey, would you like me to change anything else? It would be awesome if we merged this soon and got a new release? :slightly_smiling_face:

amrhassan commented 4 years ago

Closing due to lack of response.