CSBiology / FSharpAux

Auxiliary functions and data structures for the F# programming language
MIT License
23 stars 16 forks source link

add sum sumBy and CountIf functionality to ResArr #41

Closed DoganCK closed 9 months ago

DoganCK commented 11 months ago

Added simple functionality to ResizeArray. They will help Graphoscope code to be more readable and performant.

DoganCK commented 11 months ago

Sure @kMutagene just added them.

DoganCK commented 11 months ago

Sure @kMutagene, that's a good idea! I've added docs for the three functions. Planning to add more but I'll create a new PR for those.

By the way this is a really useful library, any plans to move it over to FsLab?