CSBiology / FSharpAux

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

Function to get `Dictionary` items #29

Open omaus opened 1 year ago

omaus commented 1 year ago

Description

A lot of times we use self-built functions to access Dictionary items [1][2][3][4][5]. Thus, it might be nice to have them available as packages so we don't need to write them every time in any of our libraries.