Skip to content

Instantly share code, notes, and snippets.

@vgaltes
Created December 19, 2015 17:08
Show Gist options
  • Save vgaltes/cc5b877510b469a61b58 to your computer and use it in GitHub Desktop.
Save vgaltes/cc5b877510b469a61b58 to your computer and use it in GitHub Desktop.
Number of entities
let numberOfEntities =
totalCommits
|> Array.collect(fun c -> c.Files)
|> Array.groupBy(fun f -> f.FileName)
|> Array.length
--------------------------------------------
val numberOfEntities : int = 8119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment