Extensions to dictionaries.
36 people like thisPosted: 13 years ago by Ryan Riley
Tired of confusing dictionary instances with different comparers (I am)? Stick it in the type, à la ocaml-core maps.
4 people like thisPosted: 10 years ago by Mauricio Scheffer
Utility module to more naturally use mutable Dictionary type from Collections library
5 people like thisPosted: 9 years ago by Ville Vainio
Populate and displaythe contents of a dictionary with a variable number of nested records - useful if you want to store and retrieve an arbitrary set of data from a database or other data source
3 people like thisPosted: 13 years ago by Brendan Campbell
Try get a value from a dictionary and return a default value when not found. I provided two version. Pick the one you like the most.
1 people like thisPosted: 10 years ago by Samuel Bosch
Functional programming operators related to the BCL ImmutableDictionary type.
5 people like thisPosted: 9 years ago by Phillip Trelford