KalebDark / morelinq

Automatically exported from code.google.com/p/morelinq
Apache License 2.0
0 stars 0 forks source link

F# countBy analogue #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Similar to the group by, but in the result values are integers, instead of 
sequences

https://msdn.microsoft.com/en-us/library/ee340317.aspx

Original issue reported on code.google.com by marho...@gmail.com on 23 Jun 2015 at 2:21

GoogleCodeExporter commented 8 years ago
For sake of reference, Seq.countBy source:

https://github.com/fsharp/fsharp/blob/23b76578008a2fd28ff1a91a1cac3fa17c1fc395/s
rc/fsharp/FSharp.Core/seq.fs#L1335

Original comment by azizatif on 24 Jun 2015 at 10:47